feat: Bump version to 0.1.14 and enhance backup persistence configuration

This commit is contained in:
sha
2026-03-24 23:31:07 +02:00
parent 150967af4e
commit 4ffb32f2dc
3 changed files with 5 additions and 1 deletions
@@ -38,6 +38,9 @@ spec:
volumeMounts:
- name: backup-storage
mountPath: /backup
{{- if .Values.backup.persistence.enabled }}
subPath: postgres
{{- end }}
volumes:
- name: backup-storage
{{- if .Values.backup.persistence.enabled }}
+1
View File
@@ -122,6 +122,7 @@ spec:
{{- if .Values.persistence.backups.enabled }}
- name: backups
mountPath: /config/backups
subPath: homeassistant
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}