From dee5f338eeaaded4280b5346044a4a59892152ff Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 14 May 2025 14:22:44 -0500 Subject: [PATCH] upgrade chart --- clusters/cl01tl/platform/stalwart/Chart.yaml | 4 ++-- clusters/cl01tl/platform/stalwart/values.yaml | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/platform/stalwart/Chart.yaml b/clusters/cl01tl/platform/stalwart/Chart.yaml index 8fc746bfa..b5c6ecb48 100644 --- a/clusters/cl01tl/platform/stalwart/Chart.yaml +++ b/clusters/cl01tl/platform/stalwart/Chart.yaml @@ -32,7 +32,7 @@ dependencies: repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts - name: postgres-cluster alias: postgres-17-cluster - version: 4.2.1 - repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm + version: 5.0.7 + repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/stalwart-mail-server.png appVersion: v0.11.8 diff --git a/clusters/cl01tl/platform/stalwart/values.yaml b/clusters/cl01tl/platform/stalwart/values.yaml index eafa7f0b1..a5dcb2ecf 100644 --- a/clusters/cl01tl/platform/stalwart/values.yaml +++ b/clusters/cl01tl/platform/stalwart/values.yaml @@ -85,12 +85,21 @@ elasticsearch: 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/stalwart/stalwart-postgresql-17-cluster + endpointCredentials: stalwart-postgresql-17-cluster-backup-secret + recoveryIndex: 2 backup: enabled: true endpointURL: https://nyc3.digitaloceanspaces.com