chore: Update Home Assistant chart version to 0.1.18 and add PVC backup CronJob template

This commit is contained in:
sha
2026-04-10 22:08:14 +03:00
parent 6fd0c2f749
commit 5c86c59a26
3 changed files with 81 additions and 1 deletions
+9
View File
@@ -130,6 +130,15 @@ backup:
existingSecret: ""
secretKey: password
pvcBackup:
enabled: false
schedule: "0 3 * * *"
image: busybox:latest
retentionDays: 7
storagePath: /storage/backups/pvc
# Node to run backup on (hostname). Overrides global affinity/tolerations.
node: ""
nodeSelector: {}
tolerations: []