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