diff --git a/helmfile/apps/services/values-mariadb.yaml.gotmpl b/helmfile/apps/services/values-mariadb.yaml.gotmpl index 93a5f1e9..f19fff00 100644 --- a/helmfile/apps/services/values-mariadb.yaml.gotmpl +++ b/helmfile/apps/services/values-mariadb.yaml.gotmpl @@ -67,7 +67,8 @@ job: # user: {{ .Values.databases.xwiki.username | quote }} mariadb: - rootPassword: {{ .Values.secrets.mariadb.rootPassword | quote }} + rootPassword: + value: {{ .Values.secrets.mariadb.rootPassword | quote }} persistence: storageClass: {{ .Values.persistence.storageClassNames.RWO | quote }} diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 3848953e..d921a818 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -142,7 +142,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/charts/opendesk-mariadb" name: "mariadb" - version: "2.3.1" + version: "3.0.3" verify: true matrixNeoboardWidget: # providerCategory: "Platform"