diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index 35b6c2c76b..4b12e98ed2 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,5 +1,5 @@ name: postgresql -version: 0.11.1 +version: 0.11.2 appVersion: 9.6.2 description: Object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: diff --git a/stable/postgresql/templates/deployment.yaml b/stable/postgresql/templates/deployment.yaml index 05f6424bce..deb5695887 100644 --- a/stable/postgresql/templates/deployment.yaml +++ b/stable/postgresql/templates/deployment.yaml @@ -105,7 +105,7 @@ spec: imagePullPolicy: {{ default "" .Values.metrics.imagePullPolicy | quote }} env: - name: DATA_SOURCE_NAME - value: postgresql://postgres@127.0.0.1:5432?sslmode=disable + value: postgresql://{{ default "postgres" .Values.postgresUser }}@127.0.0.1:5432?sslmode=disable ports: - name: metrics containerPort: 9187