From b75fad911194378fbb8b313f206c9ade059c6205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 24 Oct 2018 13:01:11 +0200 Subject: [PATCH] [stable/redmine] Fix postgresql password secret (#8690) * Fix password secret Signed-off-by: Carlos Rodriguez Hernandez * [stable/redmine] Fix postgresql password secret Signed-off-by: Carlos Rodriguez Hernandez --- stable/redmine/Chart.yaml | 2 +- stable/redmine/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/redmine/Chart.yaml b/stable/redmine/Chart.yaml index 8324ec861e..3d300c08bd 100644 --- a/stable/redmine/Chart.yaml +++ b/stable/redmine/Chart.yaml @@ -1,5 +1,5 @@ name: redmine -version: 6.0.0 +version: 6.0.1 appVersion: 3.4.6 description: A flexible project management web application. keywords: diff --git a/stable/redmine/templates/deployment.yaml b/stable/redmine/templates/deployment.yaml index f1dd15d9ef..4579fbfb43 100644 --- a/stable/redmine/templates/deployment.yaml +++ b/stable/redmine/templates/deployment.yaml @@ -43,7 +43,7 @@ spec: valueFrom: secretKeyRef: name: {{ template "redmine.postgresql.fullname" . }} - key: postgres-password + key: postgresql-password {{- else }} - name: REDMINE_DB_MYSQL value: {{ template "redmine.mariadb.fullname" . }}