bitnami/redmine Fixing 8314: point to correct externalDatabase name (#8315)

* Fixing 8314: point to correct externalDatabase name

https://github.com/bitnami/charts/issues/8314

* bump minor chart version

Co-authored-by: Alex Koval <alex.v.koval@labster.com>
This commit is contained in:
avkoval
2021-12-13 10:09:55 +01:00
committed by GitHub
co-authored by Alex Koval
parent 7965edb863
commit 6b5efeb05b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ name: redmine
sources:
- https://github.com/bitnami/bitnami-docker-redmine
- https://www.redmine.org/
version: 17.1.1
version: 17.1.2
+1 -1
View File
@@ -127,7 +127,7 @@ Return the database name for Redmine
{{- else if and (eq .Values.databaseType "postgresql") (.Values.postgresql.enabled) -}}
{{- .Values.postgresql.postgresqlDatabase | quote }}
{{- else }}
{{- .Values.externalDatabase.name | quote }}
{{- .Values.externalDatabase.database | quote }}
{{- end -}}
{{- end -}}