mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-17 09:06:36 +10:00
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:
@@ -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
|
||||
|
||||
@@ -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 -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user