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

View File

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

View File

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