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

This commit is contained in:
2025-10-02 23:26:27 -05:00
parent 45e00fbbb7
commit 9e673077af
2 changed files with 13 additions and 11 deletions

View File

@@ -23,7 +23,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: 5.1.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/komodo.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/komodo.png
appVersion: v1.17.5 appVersion: v1.17.5

View File

@@ -131,7 +131,7 @@ komodo:
- path: /syncs - path: /syncs
readOnly: false readOnly: false
postgres-17-cluster: postgres-17-cluster:
mode: standalone mode: recovery
cluster: cluster:
storage: storage:
storageClass: local-path storageClass: local-path
@@ -144,14 +144,16 @@ postgres-17-cluster:
recovery: recovery:
method: objectStore method: objectStore
objectStore: objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
endpointCredentials: komodo-postgresql-17-cluster-backup-secret index: 2
recoveryIndex: 2
backup: backup:
enabled: true objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com - name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster
endpointCredentials: komodo-postgresql-17-cluster-backup-secret index: 2
backupIndex: 2 retentionPolicy: "3d"
retentionPolicy: "3d" scheduledBackups:
- name: daily-backup
suspend: false
schedule: "0 0 0 * * *"
backupName: external