bump mongodb and update secret reference

This commit is contained in:
Edward Viaene
2023-03-10 08:24:50 -06:00
parent 81680d75d0
commit fba2313123
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: mariadb
version: 7.x.x
version: 11.x.x
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
tags:

View File

@@ -51,7 +51,7 @@ spec:
secretKeyRef:
{{- if .Values.mariadb.enabled }}
name: {{ template "mariadb.fullname" . }}
key: mariadb-password
key: mariadb-root-password
{{- else }}
name: unknown
key: db-password