fix(services): Update mariadb Chart to 2.0.0

This commit is contained in:
Dominik Kaminski
2023-07-26 14:52:32 +02:00
parent cb65baa8af
commit f39811ce44
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@@ -2,3 +2,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
.vscode .vscode
.idea .idea
# Ignore changes to sample environments
helmfile/environments/dev/
helmfile/environments/prod/

View File

@@ -40,7 +40,7 @@ releases:
condition: "postgresql.enabled" condition: "postgresql.enabled"
- name: "mariadb" - name: "mariadb"
chart: "mariadb/mariadb" chart: "mariadb/mariadb"
version: "^1.0.0" version: "2.0.0"
values: values:
- "values-mariadb.yaml" - "values-mariadb.yaml"
- "values-mariadb.gotmpl" - "values-mariadb.gotmpl"

View File

@@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
*/}} */}}
--- ---
global: global:
imageRegistry: "{{ .Values.global.imageRegistry }}" registry: "{{ .Values.global.imageRegistry }}"
imagePullSecrets: imagePullSecrets:
{{ .Values.global.imagePullSecrets | toYaml | nindent 4 }} {{ .Values.global.imagePullSecrets | toYaml | nindent 4 }}