update chart
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m15s

This commit is contained in:
2025-10-02 22:32:24 -05:00
parent b3332be543
commit 3375bf881c
2 changed files with 2 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ dependencies:
version: 4.3.0 version: 4.3.0
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 6.5.0 version: 6.9.1
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/radarr.png
appVersion: 5.22.4 appVersion: 5.22.4

View File

@@ -110,8 +110,6 @@ postgres-17-cluster:
index: 5 index: 5
endpointCredentials: radarr-postgresql-17-cluster-backup-secret endpointCredentials: radarr-postgresql-17-cluster-backup-secret
backup: backup:
enabled: true
method: objectStore
objectStore: objectStore:
- name: external - name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster
@@ -120,5 +118,6 @@ postgres-17-cluster:
retentionPolicy: "3d" retentionPolicy: "3d"
scheduledBackups: scheduledBackups:
- name: daily-backup - name: daily-backup
suspend: false
schedule: "0 0 0 * * *" schedule: "0 0 0 * * *"
backupName: external backupName: external