update chart
This commit is contained in:
@@ -21,7 +21,7 @@ dependencies:
|
|||||||
repository: https://grafana.github.io/helm-charts
|
repository: https://grafana.github.io/helm-charts
|
||||||
- name: postgres-cluster
|
- name: postgres-cluster
|
||||||
alias: postgres-17-cluster
|
alias: postgres-17-cluster
|
||||||
version: 5.1.0
|
version: 6.9.1
|
||||||
repository: oci://harbor.alexlebens.net/helm-charts
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grafana.png
|
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/grafana.png
|
||||||
appVersion: v5.18.0
|
appVersion: v5.18.0
|
||||||
|
@@ -13,7 +13,7 @@ grafana-operator:
|
|||||||
dashboard:
|
dashboard:
|
||||||
enabled: false
|
enabled: false
|
||||||
postgres-17-cluster:
|
postgres-17-cluster:
|
||||||
mode: standalone
|
mode: recovery
|
||||||
cluster:
|
cluster:
|
||||||
storage:
|
storage:
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
@@ -26,14 +26,16 @@ postgres-17-cluster:
|
|||||||
recovery:
|
recovery:
|
||||||
method: objectStore
|
method: objectStore
|
||||||
objectStore:
|
objectStore:
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster
|
||||||
endpointCredentials: grafana-operator-postgresql-17-cluster-backup-secret
|
index: 1
|
||||||
recoveryIndex: 1
|
|
||||||
backup:
|
backup:
|
||||||
enabled: true
|
objectStore:
|
||||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
- name: external
|
||||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster
|
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster
|
||||||
endpointCredentials: grafana-operator-postgresql-17-cluster-backup-secret
|
index: 1
|
||||||
backupIndex: 1
|
|
||||||
retentionPolicy: "3d"
|
retentionPolicy: "3d"
|
||||||
|
scheduledBackups:
|
||||||
|
- name: daily-backup
|
||||||
|
suspend: false
|
||||||
|
schedule: "0 0 0 * * *"
|
||||||
|
backupName: external
|
||||||
|
Reference in New Issue
Block a user