diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 55e890b8..1738128b 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -18,10 +18,12 @@ global: host: "minio" port: "9000" protocol: "http" - -credentialOverride: - ldapServer: - adminPassword: {{ .Values.secrets.univentionManagementStack.ldapSecret | quote}} + credentialOverride: + ldapServer: + adminPassword: {{ .Values.secrets.univentionManagementStack.ldapSecret | quote}} + defaultUsers: + defaultAdminPassword: {{ .Values.secrets.univentionManagementStack.defaultAccounts.adminPassword | quote}} + defaultUserPassword: {{ .Values.secrets.univentionManagementStack.defaultAccounts.userPassword | quote}} nubusStackGateway: ingress: diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index f23f4abe..25179924 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -252,7 +252,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/univention/charts-mirror" name: "nubus" - version: "0.24.0" + version: "0.24.1" verify: true opendeskKeycloakBootstrap: # providerCategory: "Platform"