mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Bump version to 0.1.14 and enhance backup persistence configuration
This commit is contained in:
@@ -5,5 +5,5 @@ type: application
|
|||||||
annotations:
|
annotations:
|
||||||
version-source: github-release:home-assistant/core
|
version-source: github-release:home-assistant/core
|
||||||
version-pattern: "s|^v||"
|
version-pattern: "s|^v||"
|
||||||
version: 0.1.13
|
version: 0.1.14
|
||||||
appVersion: "2026.3.4"
|
appVersion: "2026.3.4"
|
||||||
|
|||||||
@@ -38,6 +38,9 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: backup-storage
|
- name: backup-storage
|
||||||
mountPath: /backup
|
mountPath: /backup
|
||||||
|
{{- if .Values.backup.persistence.enabled }}
|
||||||
|
subPath: postgres
|
||||||
|
{{- end }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: backup-storage
|
- name: backup-storage
|
||||||
{{- if .Values.backup.persistence.enabled }}
|
{{- if .Values.backup.persistence.enabled }}
|
||||||
|
|||||||
@@ -122,6 +122,7 @@ spec:
|
|||||||
{{- if .Values.persistence.backups.enabled }}
|
{{- if .Values.persistence.backups.enabled }}
|
||||||
- name: backups
|
- name: backups
|
||||||
mountPath: /config/backups
|
mountPath: /config/backups
|
||||||
|
subPath: homeassistant
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user