add tagging to postgres backups

This commit is contained in:
2024-09-27 22:01:18 -05:00
parent 716f336187
commit e4c107b472
50 changed files with 199 additions and 75 deletions

View File

@@ -26,7 +26,7 @@ dependencies:
version: 3.4.0
- 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/sonarr.png
appVersion: 4.0.8.1874
appVersion: 4.0.9.2244

View File

@@ -164,4 +164,9 @@ postgres-16-cluster:
destinationPath: s3://cl01tl-postgresql-backups/sonarr4-4k
endpointCredentials: sonarr4-4k-postgresql-16-cluster-backup-secret
backupIndex: 1
retentionPolicy: 14d
tags:
backupRetentionPolicy: "expire"
user: "cl01tl-sonarr-postgresql"
historyTags:
backupRetentionPolicy: "keep"
user: "cl01tl-sonarr-postgresql"