diff --git a/clusters/cl01tl/platform/stalwart/Chart.yaml b/clusters/cl01tl/platform/stalwart/Chart.yaml index b9336065c..44ed0612a 100644 --- a/clusters/cl01tl/platform/stalwart/Chart.yaml +++ b/clusters/cl01tl/platform/stalwart/Chart.yaml @@ -23,7 +23,7 @@ dependencies: repository: https://bjw-s-labs.github.io/helm-charts/ - name: postgres-cluster alias: postgres-17-cluster - version: 6.5.0 + version: 6.9.1 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/stalwart.png appVersion: v0.11.8 diff --git a/clusters/cl01tl/platform/stalwart/values.yaml b/clusters/cl01tl/platform/stalwart/values.yaml index 5d37fa420..287188557 100644 --- a/clusters/cl01tl/platform/stalwart/values.yaml +++ b/clusters/cl01tl/platform/stalwart/values.yaml @@ -68,8 +68,6 @@ postgres-17-cluster: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/stalwart/stalwart-postgresql-17-cluster index: 3 backup: - enabled: true - method: objectStore objectStore: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/stalwart/stalwart-postgresql-17-cluster @@ -77,5 +75,6 @@ postgres-17-cluster: retentionPolicy: "3d" scheduledBackups: - name: daily-backup + suspend: false schedule: "0 0 0 * * *" backupName: external