add tagging to postgres backups
This commit is contained in:
@@ -20,10 +20,10 @@ dependencies:
|
||||
version: 3.4.0
|
||||
- name: meilisearch
|
||||
version: 0.10.1
|
||||
repository: https://meilisearch.github.io/meilisearch-kubernetes
|
||||
repository: https://meilisearch.github.io/meilisearch-kubernetes
|
||||
- name: postgres-cluster
|
||||
alias: postgres-16-cluster
|
||||
version: 3.9.0
|
||||
version: 3.10.0
|
||||
repository: http://alexlebens.github.io/helm-charts
|
||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/koel.png
|
||||
appVersion: 7.0.9
|
||||
appVersion: 7.1.0
|
||||
|
@@ -174,4 +174,9 @@ postgres-16-cluster:
|
||||
destinationPath: s3://cl01tl-postgresql-backups/koel
|
||||
endpointCredentials: koel-postgresql-16-cluster-backup-secret
|
||||
backupIndex: 1
|
||||
retentionPolicy: 14d
|
||||
tags:
|
||||
backupRetentionPolicy: "expire"
|
||||
user: "cl01tl-koel-postgresql"
|
||||
historyTags:
|
||||
backupRetentionPolicy: "keep"
|
||||
user: "cl01tl-koel-postgresql"
|
||||
|
Reference in New Issue
Block a user