From b5ac72611f1edeeee0e5f17ac6eb516523ab7b01 Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Fri, 23 Aug 2024 18:45:46 +0200 Subject: [PATCH] wip - update the opendesk-extension to the value used in Nubus 0.39.1 --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 63ea78b2..984c25e5 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -33,12 +33,13 @@ global: repository: {{ .Values.images.nubusOxExtension.repository }} tag: {{ .Values.images.nubusOxExtension.tag }} imagePullPolicy: "IfNotPresent" + # TODO: The image configuration has to come from the "images.yaml" file - name: "opendesk" image: registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/images/opendesk-nubus" imagePullPolicy: "IfNotPresent" - tag: "1.1.0" + tag: "1.2.0@sha256:88be278c7e3da0eeeef08510319c4997b8a62ecdb5e13491f8c4ca8d5640a258" # -- Allows to configure the system extensions to load. This is intended for # internal usage, prefer to use `global.extensions` for user configured