From 601790ab7a014773d57728c01083d3870e07caa5 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 19 Dec 2024 14:50:00 -0600 Subject: [PATCH] change backup schedule --- charts/postgres-cluster/Chart.yaml | 2 +- charts/postgres-cluster/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 * *"