From 67e100899cd2bbad2c43d8aeede3129f853b71d9 Mon Sep 17 00:00:00 2001 From: Jacob Middag Date: Thu, 23 Apr 2020 09:57:51 +0200 Subject: [PATCH] [bitnami/postgresql] Fix pod labels in master statefulservice (#2392) * [bitnami/postgresql] Fix pod labels in master statefulservice --- bitnami/postgresql/Chart.yaml | 2 +- bitnami/postgresql/templates/statefulset.yaml | 2 +- bitnami/postgresql/values-production.yaml | 4 ++-- bitnami/postgresql/values.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/postgresql/Chart.yaml b/bitnami/postgresql/Chart.yaml index 0527829ed..85483ea14 100644 --- a/bitnami/postgresql/Chart.yaml +++ b/bitnami/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 8.9.1 +version: 8.9.2 appVersion: 11.7.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: diff --git a/bitnami/postgresql/templates/statefulset.yaml b/bitnami/postgresql/templates/statefulset.yaml index a1b6b4ef8..debd8152e 100644 --- a/bitnami/postgresql/templates/statefulset.yaml +++ b/bitnami/postgresql/templates/statefulset.yaml @@ -40,7 +40,7 @@ spec: heritage: {{ .Release.Service | quote }} role: master {{- with .Values.master.podLabels }} - {{- toYaml . | indent 8 }} + {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.master.podAnnotations }} annotations: {{- toYaml . | nindent 8 }} diff --git a/bitnami/postgresql/values-production.yaml b/bitnami/postgresql/values-production.yaml index c9cb159ea..49d481ab5 100644 --- a/bitnami/postgresql/values-production.yaml +++ b/bitnami/postgresql/values-production.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.7.0-debian-10-r80 + tag: 11.7.0-debian-10-r82 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -511,7 +511,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r86 + tag: 0.8.0-debian-10-r87 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/postgresql/values.yaml b/bitnami/postgresql/values.yaml index 6193dba89..2da3ce2ec 100644 --- a/bitnami/postgresql/values.yaml +++ b/bitnami/postgresql/values.yaml @@ -15,7 +15,7 @@ global: image: registry: docker.io repository: bitnami/postgresql - tag: 11.7.0-debian-10-r80 + tag: 11.7.0-debian-10-r82 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -517,7 +517,7 @@ metrics: image: registry: docker.io repository: bitnami/postgres-exporter - tag: 0.8.0-debian-10-r86 + tag: 0.8.0-debian-10-r87 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.