add region
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-25 23:41:49 -05:00
parent ce319f9e06
commit 2896a6947c
3 changed files with 9 additions and 1 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.14.0 version: 6.15.0
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

@@ -86,3 +86,10 @@ spec:
key: /garage/home-infra/postgres-backups key: /garage/home-infra/postgres-backups
metadataPolicy: None metadataPolicy: None
property: ACCESS_SECRET_KEY property: ACCESS_SECRET_KEY
- secretKey: ACCESS_REGION
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /garage/home-infra/postgres-backups
metadataPolicy: None
property: ACCESS_REGION

View File

@@ -117,6 +117,7 @@ postgres-17-cluster:
index: 1 index: 1
endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900 endpointURL: https://garage-ps10rp.boreal-beaufort.ts.net:3900
endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret-weekly endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret-weekly
endpointCredentialsIncludeRegion: true
retentionPolicy: "30d" retentionPolicy: "30d"
data: data:
compression: bzip2 compression: bzip2