From 9e673077af58013b22a32449d5c3c70318e9f3b1 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Oct 2025 23:26:27 -0500 Subject: [PATCH] update chart --- clusters/cl01tl/management/komodo/Chart.yaml | 2 +- clusters/cl01tl/management/komodo/values.yaml | 22 ++++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/clusters/cl01tl/management/komodo/Chart.yaml b/clusters/cl01tl/management/komodo/Chart.yaml index 2ff2e8c67..e3e51cb70 100644 --- a/clusters/cl01tl/management/komodo/Chart.yaml +++ b/clusters/cl01tl/management/komodo/Chart.yaml @@ -23,7 +23,7 @@ dependencies: version: 4.3.0 - name: postgres-cluster alias: postgres-17-cluster - version: 5.1.0 + version: 6.9.1 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/komodo.png appVersion: v1.17.5 diff --git a/clusters/cl01tl/management/komodo/values.yaml b/clusters/cl01tl/management/komodo/values.yaml index 382737805..8da04b0ce 100644 --- a/clusters/cl01tl/management/komodo/values.yaml +++ b/clusters/cl01tl/management/komodo/values.yaml @@ -131,7 +131,7 @@ komodo: - path: /syncs readOnly: false postgres-17-cluster: - mode: standalone + mode: recovery cluster: storage: storageClass: local-path @@ -144,14 +144,16 @@ postgres-17-cluster: recovery: method: objectStore objectStore: - endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster - endpointCredentials: komodo-postgresql-17-cluster-backup-secret - recoveryIndex: 2 + index: 2 backup: - enabled: true - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster - endpointCredentials: komodo-postgresql-17-cluster-backup-secret - backupIndex: 2 - retentionPolicy: "3d" + objectStore: + - name: external + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/komodo/komodo-postgresql-17-cluster + index: 2 + retentionPolicy: "3d" + scheduledBackups: + - name: daily-backup + suspend: false + schedule: "0 0 0 * * *" + backupName: external