From 78024a129f9fd542e25bfacf2cdea9f5a68abeaa Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 24 May 2025 12:42:38 -0500 Subject: [PATCH] fix sync issues --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/README.md | 2 +- charts/postgres-cluster/templates/_bootstrap.tpl | 1 + charts/postgres-cluster/templates/cluster.yaml | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 3905f9c..9ad2949 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 6.4.1 +version: 6.4.2 description: Cloudnative-pg Cluster keywords: - database diff --git a/charts/postgres-cluster/README.md b/charts/postgres-cluster/README.md index 585760e..ce4322a 100644 --- a/charts/postgres-cluster/README.md +++ b/charts/postgres-cluster/README.md @@ -1,6 +1,6 @@ # postgres-cluster -![Version: 6.4.1](https://img.shields.io/badge/Version-6.4.1-informational?style=flat-square) ![AppVersion: v1.26.0](https://img.shields.io/badge/AppVersion-v1.26.0-informational?style=flat-square) +![Version: 6.4.2](https://img.shields.io/badge/Version-6.4.2-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/_bootstrap.tpl b/charts/postgres-cluster/templates/_bootstrap.tpl index fa5027b..3d8d3ef 100644 --- a/charts/postgres-cluster/templates/_bootstrap.tpl +++ b/charts/postgres-cluster/templates/_bootstrap.tpl @@ -132,6 +132,7 @@ externalClusters: plugin: name: barman-cloud.cloudnative-pg.io enabled: true + isWALArchiver: false parameters: barmanObjectName: "{{ include "cluster.name" . }}-{{ .Values.recovery.objectStore.name }}" serverName: {{ include "cluster.recoveryServerName" . }} diff --git a/charts/postgres-cluster/templates/cluster.yaml b/charts/postgres-cluster/templates/cluster.yaml index c01f621..e789dc6 100644 --- a/charts/postgres-cluster/templates/cluster.yaml +++ b/charts/postgres-cluster/templates/cluster.yaml @@ -37,6 +37,7 @@ spec: {{ if eq .Values.recovery.method "objectStore" }} - name: barman-cloud.cloudnative-pg.io enabled: true + isWALArchiver: false parameters: barmanObjectName: "{{ include "cluster.name" . }}-{{ .Values.recovery.objectStore.name }}" serverName: {{ include "cluster.recoveryServerName" . }}