From 4dcb6831189fc9cedb244c3fd7997d57e8a78c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Thu, 5 Jun 2025 16:08:04 +0200 Subject: [PATCH] fix(nubus): Create required LDAP objects for `global.additionalMailDomains` --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 1 + helmfile/environments/default/images.yaml.gotmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 8f90f7e5..bc421b82 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -1485,6 +1485,7 @@ nubusStackDataUms: {{ .Values.annotations.nubusStackDataUms.serviceAccount | toYaml | nindent 6 }} templateContext: initialPasswordAdministrator: {{ .Values.secrets.nubus.systemAccounts.administratorPassword | quote }} + additionalMailDomains: {{ .Values.global.additionalMailDomains | toYaml | nindent 6 }} apps: {{ .Values.apps | toYaml | nindent 6 }} defaultGroupOtherObjects: "cn=Domain Users,cn=groups,{{ .Values.ldap.baseDn }}" opendeskEnterprise: {{ env "OPENDESK_ENTERPRISE" }} diff --git a/helmfile/environments/default/images.yaml.gotmpl b/helmfile/environments/default/images.yaml.gotmpl index 284859e1..adae3248 100644 --- a/helmfile/environments/default/images.yaml.gotmpl +++ b/helmfile/environments/default/images.yaml.gotmpl @@ -530,7 +530,7 @@ images: # upstreamRepository: "bmi/opendesk/components/platform-development/images/opendesk-nubus" registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/images/opendesk-nubus" - tag: "1.14.0@sha256:66ee00b6e44276f5f1e9d7a8066352fd5772820c50c10381acfd48c97f0acf4a" + tag: "1.14.1@sha256:84f90d460de5bc40c7a43971f8d47253a184338aa804bff295e350913eb9bc65" nubusOpendeskExtensionA2gMapper: # providerCategory: "Platform" # providerResponsible: "openDesk"