From 08feab1cfcc099d9b8caed2c4db9a97d4542a5ac Mon Sep 17 00:00:00 2001 From: openDesk Bot Date: Fri, 15 Nov 2024 06:34:25 +0000 Subject: [PATCH] fix(services): Update MariaDB chart to v3.0.3 in preparation for the use of external secrets. --- helmfile/apps/services/values-mariadb.yaml.gotmpl | 3 ++- helmfile/environments/default/charts.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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"