diff --git a/charts/postgres-cluster/Chart.yaml b/charts/postgres-cluster/Chart.yaml index 32837a0..ab79f9d 100644 --- a/charts/postgres-cluster/Chart.yaml +++ b/charts/postgres-cluster/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: postgres-cluster -version: 3.16.0 +version: 3.17.0 description: Chart for cloudnative-pg cluster keywords: - database diff --git a/charts/postgres-cluster/values.yaml b/charts/postgres-cluster/values.yaml index 71337a0..05b33b7 100644 --- a/charts/postgres-cluster/values.yaml +++ b/charts/postgres-cluster/values.yaml @@ -202,4 +202,4 @@ backup: retentionPolicy: "14d" # Scheduled backup in cron format - schedule: "0 0 */1 * *" + schedule: "0 0 */3 * *"