From 65d3725b98c35b492961a3a8d73c178c865b3ac0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 13 May 2025 22:23:11 -0500 Subject: [PATCH] upgrade chart --- clusters/cl01tl/applications/jellystat/Chart.yaml | 4 ++-- clusters/cl01tl/applications/jellystat/values.yaml | 13 +++++++++++-- .../cl01tl/management/argo-workflows/Chart.yaml | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/applications/jellystat/Chart.yaml b/clusters/cl01tl/applications/jellystat/Chart.yaml index fc65cd000..ca9ab2a88 100644 --- a/clusters/cl01tl/applications/jellystat/Chart.yaml +++ b/clusters/cl01tl/applications/jellystat/Chart.yaml @@ -21,7 +21,7 @@ dependencies: version: 3.7.3 - name: postgres-cluster alias: postgres-17-cluster - version: 4.2.1 - repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm + version: 5.0.6 + repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/jellystat.png appVersion: 1.1.6 diff --git a/clusters/cl01tl/applications/jellystat/values.yaml b/clusters/cl01tl/applications/jellystat/values.yaml index 041978df8..47d382c5a 100644 --- a/clusters/cl01tl/applications/jellystat/values.yaml +++ b/clusters/cl01tl/applications/jellystat/values.yaml @@ -82,12 +82,21 @@ jellystat: 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/jellystat/jellystat-postgresql-17-cluster + endpointCredentials: jellystat-postgresql-17-cluster-backup-secret + recoveryIndex: 2 backup: enabled: true endpointURL: https://nyc3.digitaloceanspaces.com diff --git a/clusters/cl01tl/management/argo-workflows/Chart.yaml b/clusters/cl01tl/management/argo-workflows/Chart.yaml index 91e975c33..a90f0e24d 100644 --- a/clusters/cl01tl/management/argo-workflows/Chart.yaml +++ b/clusters/cl01tl/management/argo-workflows/Chart.yaml @@ -26,6 +26,6 @@ dependencies: - name: postgres-cluster alias: postgres-17-cluster version: 5.0.6 - repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm + repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png appVersion: v3.6.7