diff --git a/clusters/cl01tl/applications/radarr-4k/Chart.yaml b/clusters/cl01tl/applications/radarr-4k/Chart.yaml index 36e1ffec6..322aabef8 100644 --- a/clusters/cl01tl/applications/radarr-4k/Chart.yaml +++ b/clusters/cl01tl/applications/radarr-4k/Chart.yaml @@ -27,7 +27,7 @@ dependencies: version: 4.3.0 - name: postgres-cluster alias: postgres-17-cluster - version: 6.5.0 + version: 6.8.2 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr-4k.png appVersion: 5.22.4 diff --git a/clusters/cl01tl/applications/radarr-4k/values.yaml b/clusters/cl01tl/applications/radarr-4k/values.yaml index d880d88ee..f569aa5e3 100644 --- a/clusters/cl01tl/applications/radarr-4k/values.yaml +++ b/clusters/cl01tl/applications/radarr-4k/values.yaml @@ -110,8 +110,6 @@ postgres-17-cluster: index: 3 endpointCredentials: radarr-4k-postgresql-17-cluster-backup-secret backup: - enabled: true - method: objectStore objectStore: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-4k/radarr5-4k-postgresql-17-cluster @@ -120,5 +118,7 @@ postgres-17-cluster: retentionPolicy: "3d" scheduledBackups: - name: daily-backup + immediate: false + suspend: true schedule: "0 0 0 * * *" backupName: external