diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index bfdf44b..83c3678 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 6.8.0 +version: 6.8.1 description: Cloudnative-pg Cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index 7c141c7..e5e201f 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 6.8.0](https://img.shields.io/badge/Version-6.8.0-informational?style=flat-square) ![AppVersion: v1.26.0](https://img.shields.io/badge/AppVersion-v1.26.0-informational?style=flat-square) +![Version: 6.8.1](https://img.shields.io/badge/Version-6.8.1-informational?style=flat-square) ![AppVersion: v1.26.0](https://img.shields.io/badge/AppVersion-v1.26.0-informational?style=flat-square) Cloudnative-pg Cluster diff --git a/charts/postgres-cluster/templates/cluster.yaml b/charts/postgres-cluster/templates/cluster.yaml index 4c74b41..9f5c9f5 100644 --- a/charts/postgres-cluster/templates/cluster.yaml +++ b/charts/postgres-cluster/templates/cluster.yaml @@ -19,10 +19,8 @@ spec: {{- end }} postgresUID: {{ include "cluster.postgresUID" . }} postgresGID: {{ include "cluster.postgresGID" . }} - {{ if (eq .Values.backup.method "objectStore") }} - plugins: - {{ end }} {{- range $objectStore := .Values.backup.objectStore }} + plugins: - name: barman-cloud.cloudnative-pg.io enabled: true isWALArchiver: {{ $objectStore.isWALArchiver | default true }} @@ -34,7 +32,7 @@ spec: serverName: "{{ include "cluster.name" $ }}-backup-{{ $objectStore.index }}" {{- end }} {{- end }} - {{ if eq .Values.recovery.method "objectStore" }} + {{ if (eq .Values.recovery.method "objectStore") }} externalClusters: - name: recovery plugin: