diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 22b39a96..d7a85410 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -346,7 +346,7 @@ nubusPortalFrontend: seLinuxOptions: {{ .Values.seLinuxOptions.umsPortalFrontend | toYaml | nindent 6 }} image: - registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.nubusPortalFrontend.registry | quote }} + registry: {{ .Values.images.nubusPortalFrontend.registry }} repository: {{ .Values.images.nubusPortalFrontend.repository }} tag: {{ .Values.images.nubusPortalFrontend.tag }} ingress: diff --git a/helmfile/environments/default/images.yaml.gotmpl b/helmfile/environments/default/images.yaml.gotmpl index 00dc41e5..d5729426 100644 --- a/helmfile/environments/default/images.yaml.gotmpl +++ b/helmfile/environments/default/images.yaml.gotmpl @@ -608,9 +608,12 @@ images: # upstreamRepository: "nubus/images/portal-frontend" # upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$' # upstreamMirrorStartFrom: ["0", "67", "0"] - registry: "registry.opencode.de" - repository: "bmi/opendesk/components/supplier/univention/images-mirror/portal-frontend" - tag: "0.70.0@sha256:9e0826c954e99b36b3c7b9ce6dfa1f567a3432158fb78af13337760197f94997" + # registry: "registry.opencode.de" + # repository: "bmi/opendesk/components/supplier/univention/images-mirror/portal-frontend" + # tag: "0.70.0@sha256:9e0826c954e99b36b3c7b9ce6dfa1f567a3432158fb78af13337760197f94997" + registry: "artifacts.software-univention.de" + repository: "nubus-dev/images/portal-frontend" + tag: "0.74.1-pre-jconde-fix-interaction-with-ics" nubusPortalServer: # providerCategory: "Supplier" # providerResponsible: "Univention"