change backup schedule

This commit is contained in:
2024-12-19 14:50:00 -06:00
parent 16ebdda6a4
commit 601790ab7a
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -202,4 +202,4 @@ backup:
retentionPolicy: "14d"
# Scheduled backup in cron format
schedule: "0 0 */1 * *"
schedule: "0 0 */3 * *"