2 Commits

Author SHA1 Message Date
ce4f9a7d2b Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 24s
2025-05-24 08:20:56 +00:00
167773de95 upgrade chart 2025-05-24 03:17:29 -05:00
3 changed files with 8 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ dependencies:
repository: https://argoproj.github.io/argo-helm repository: https://argoproj.github.io/argo-helm
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 6.2.1 version: 6.3.2
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
appVersion: v3.6.7 appVersion: v3.6.7

View File

@@ -108,5 +108,10 @@ postgres-17-cluster:
backup: backup:
enabled: true enabled: true
objectStore: objectStore:
- destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster - name: external
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
index: 4 index: 4
scheduledBackups:
- name: daily-backup
schedule: "0 0 */3 * *"
backupName: external

View File

@@ -28,7 +28,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: gitea - name: gitea
version: 11.0.1 version: 12.0.0
repository: https://dl.gitea.io/charts/ repository: https://dl.gitea.io/charts/
- name: app-template - name: app-template
alias: renovate alias: renovate