From 9a4a5c5b03a84415690e9c6d86f5de7f347e73fb Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Oct 2025 22:18:50 -0500 Subject: [PATCH] update chart --- clusters/cl01tl/applications/postiz/Chart.yaml | 2 +- clusters/cl01tl/applications/postiz/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/applications/postiz/Chart.yaml b/clusters/cl01tl/applications/postiz/Chart.yaml index 6b8a19ef3..9127b6301 100644 --- a/clusters/cl01tl/applications/postiz/Chart.yaml +++ b/clusters/cl01tl/applications/postiz/Chart.yaml @@ -26,7 +26,7 @@ dependencies: version: 1.21.1 - name: postgres-cluster alias: postgres-17-cluster - version: 6.5.0 + version: 6.9.1 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/postiz.png appVersion: v1.43.3 diff --git a/clusters/cl01tl/applications/postiz/values.yaml b/clusters/cl01tl/applications/postiz/values.yaml index 9382e80a9..5df913d39 100644 --- a/clusters/cl01tl/applications/postiz/values.yaml +++ b/clusters/cl01tl/applications/postiz/values.yaml @@ -122,8 +122,6 @@ postgres-17-cluster: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster index: 1 backup: - enabled: true - method: objectStore objectStore: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/postiz/postiz-postgresql-17-cluster @@ -131,5 +129,7 @@ postgres-17-cluster: retentionPolicy: "3d" scheduledBackups: - name: daily-backup + immediate: true + suspend: false schedule: "0 0 0 * * *" backupName: external