diff --git a/charts/pg-db/Chart.yaml b/charts/pg-db/Chart.yaml index 4e9019c0..677c0d6c 100644 --- a/charts/pg-db/Chart.yaml +++ b/charts/pg-db/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: pg-db description: 'A Helm chart to deploy the PostgreSQL database with the Percona Operator for PostgreSQL' type: application -version: 2.3.13 +version: 2.3.14 appVersion: 2.3.1 home: https://docs.percona.com/percona-operator-for-postgresql/2.0/ maintainers: diff --git a/charts/pg-db/templates/cluster.yaml b/charts/pg-db/templates/cluster.yaml index 94116427..68f38b59 100644 --- a/charts/pg-db/templates/cluster.yaml +++ b/charts/pg-db/templates/cluster.yaml @@ -157,7 +157,7 @@ spec: whenUnsatisfiable: {{ $constraint.whenUnsatisfiable }} labelSelector: matchLabels: - {{ $constraint.labelSelector.matchLabels | toYaml | indent 6 }} +{{ $constraint.labelSelector.matchLabels | toYaml | indent 14 }} {{- end }} {{- end }} @@ -244,7 +244,7 @@ spec: whenUnsatisfiable: {{ $constraint.whenUnsatisfiable }} labelSelector: matchLabels: - {{ $constraint.labelSelector.matchLabels | toYaml | indent 6 }} +{{ $constraint.labelSelector.matchLabels | toYaml | indent 14 }} {{- end }} {{- end }} {{- if .Values.proxy.pgBouncer.affinity }} @@ -302,7 +302,7 @@ spec: whenUnsatisfiable: {{ $constraint.whenUnsatisfiable }} labelSelector: matchLabels: - {{ $constraint.labelSelector.matchLabels | toYaml | indent 6 }} +{{ $constraint.labelSelector.matchLabels | toYaml | indent 16 }} {{- end }} {{- end }} {{- if .Values.backups.pgbackrest.repoHost.affinity }}