From 984b23c73bce2cb106a9dc55e40204119c41528f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Mon, 6 Jan 2025 11:16:49 +0100 Subject: [PATCH] fix(open-xchange): Add missing `registryOpencodeDe` to OX-Connector's `waitForDependency` image --- helmfile/apps/open-xchange/values-oxconnector.yaml.gotmpl | 3 +-- helmfile/environments/default/images.yaml.gotmpl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/helmfile/apps/open-xchange/values-oxconnector.yaml.gotmpl b/helmfile/apps/open-xchange/values-oxconnector.yaml.gotmpl index 6b74afcb..39e54dda 100644 --- a/helmfile/apps/open-xchange/values-oxconnector.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-oxconnector.yaml.gotmpl @@ -23,9 +23,8 @@ image: repository: {{ .Values.images.oxConnector.repository | quote }} pullPolicy: {{ .Values.global.imagePullPolicy | quote }} tag: {{ .Values.images.oxConnector.tag | quote }} - waitForDependency: - registry: {{ .Values.global.imageRegistry | default .Values.images.nubusWaitForDependency.registry | quote }} + registry: {{ coalesce .Values.repositories.image.registryOpencodeDe .Values.global.imageRegistry .Values.images.nubusWaitForDependency.registry | quote }} repository: {{ .Values.images.nubusWaitForDependency.repository }} imagePullPolicy: {{ .Values.global.imagePullPolicy }} pullSecrets: diff --git a/helmfile/environments/default/images.yaml.gotmpl b/helmfile/environments/default/images.yaml.gotmpl index 3d6befdb..3a9407f1 100644 --- a/helmfile/environments/default/images.yaml.gotmpl +++ b/helmfile/environments/default/images.yaml.gotmpl @@ -130,7 +130,7 @@ images: tag: "v20241023@sha256:2391799c5168222f0e3ebb94d7c3cb3bcea6f075399458197f0c1bbbb8f293fe" jitsiPatchJVB: # providerCategory: "Community" - # providerResponsible: "Nordeck" + # providerResponsible: "openDesk" # upstreamRegistry: "https://registry-1.docker.io" # upstreamRepository: "bitnami/kubectl" registry: "registry-1.docker.io"