From 065dface91873e85b06f077680125645bd6e2edd Mon Sep 17 00:00:00 2001 From: Jaime Conde Date: Fri, 12 Jul 2024 11:23:29 +0200 Subject: [PATCH] fix(nubus): Map helmfile default account secrets to Nubus --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 10 ++++++---- helmfile/environments/default/charts.yaml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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"