From 739b4b948368367ef38d50013a1da380c8d77225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Thu, 8 Oct 2020 13:51:25 +0200 Subject: [PATCH] [bitnami/postgresql-ha] Revert https://github.com/bitnami/charts/pull/3681 (#3953) --- bitnami/postgresql-ha/Chart.yaml | 4 ++-- bitnami/postgresql-ha/templates/postgresql/statefulset.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bitnami/postgresql-ha/Chart.yaml b/bitnami/postgresql-ha/Chart.yaml index cd03906202..a9ff7c9d60 100644 --- a/bitnami/postgresql-ha/Chart.yaml +++ b/bitnami/postgresql-ha/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: postgresql-ha -version: 3.10.0 -appVersion: 11.9.0 +version: 4.0.0 +appVersion: 11.9.1 description: Chart for PostgreSQL with HA architecture (using Replication Manager (repmgr) and Pgpool). keywords: - postgresql diff --git a/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml b/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml index 4df9eeddee..e3a3795d8c 100644 --- a/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml +++ b/bitnami/postgresql-ha/templates/postgresql/statefulset.yaml @@ -21,7 +21,6 @@ spec: {{- if (eq "Recreate" .Values.postgresql.updateStrategyType) }} rollingUpdate: null {{- end }} - podManagementPolicy: Parallel selector: matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }} app.kubernetes.io/component: postgresql