From 197b25ccad4f5cb4e8fb3be46ad52c13f1f1fd32 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 14 May 2025 14:10:25 -0500 Subject: [PATCH] upgrade chart --- clusters/cl01tl/management/komodo/Chart.yaml | 4 ++-- clusters/cl01tl/management/komodo/values.yaml | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/management/komodo/Chart.yaml b/clusters/cl01tl/management/komodo/Chart.yaml index 58c844d5f..1e9aa064d 100644 --- a/clusters/cl01tl/management/komodo/Chart.yaml +++ b/clusters/cl01tl/management/komodo/Chart.yaml @@ -23,7 +23,7 @@ dependencies: version: 3.7.3 - name: postgres-cluster alias: postgres-17-cluster - version: 4.2.1 - repository: http://alexlebens.github.io/helm-charts + version: 5.0.7 + 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 bc900845b..e543ecc8c 100644 --- a/clusters/cl01tl/management/komodo/values.yaml +++ b/clusters/cl01tl/management/komodo/values.yaml @@ -135,12 +135,21 @@ komodo: postgres-17-cluster: mode: standalone cluster: - walStorage: - storageClass: local-path storage: storageClass: local-path + walStorage: + storageClass: local-path monitoring: enabled: true + prometheusRule: + enabled: false + 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 backup: enabled: true endpointURL: https://nyc3.digitaloceanspaces.com