This commit is contained in:
Javier J. Salmerón-García
2020-10-08 13:51:25 +02:00
committed by GitHub
parent c8412ca734
commit 739b4b9483
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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