From c1603c66f9384f5ee23d2e1b1855f828d9b30687 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Tue, 26 Mar 2024 15:30:34 +0000 Subject: [PATCH] INCIDENT - move pgdump to the primary db --- charts/cloudnative-pg/Chart.yaml | 2 +- charts/cloudnative-pg/templates/stegostore/logical-backup.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloudnative-pg/Chart.yaml b/charts/cloudnative-pg/Chart.yaml index 6b734be..fc9895a 100644 --- a/charts/cloudnative-pg/Chart.yaml +++ b/charts/cloudnative-pg/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cloudnative-pg description: Create a Postgresql database cluster on AWS EKS using cloudnative-pg.io and any required AWS resources via crossplane.io. type: application -version: 0.0.8 +version: 0.0.9 kubeVersion: ">=1.24.0-0" keywords: - postgresql diff --git a/charts/cloudnative-pg/templates/stegostore/logical-backup.yaml b/charts/cloudnative-pg/templates/stegostore/logical-backup.yaml index 2c53a1a..5ce1092 100644 --- a/charts/cloudnative-pg/templates/stegostore/logical-backup.yaml +++ b/charts/cloudnative-pg/templates/stegostore/logical-backup.yaml @@ -55,6 +55,6 @@ spec: - name: S3PATH value: "s3://{{ .Values.aws.resourcePrefix }}{{ .Values.stackId }}/stegostore/" - name: PGHOST - value: "postgres-ro" + value: "postgres-rw" restartPolicy: Never {{- end }} \ No newline at end of file