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"