From 1878d1eebd010521130b365ece063fcf28694bdc Mon Sep 17 00:00:00 2001 From: sHa Date: Wed, 25 Mar 2026 14:59:00 +0200 Subject: [PATCH] feat: Bump version to 0.1.15 and fix template closing tag in backup cronjob --- home-assistant/Chart.yaml | 2 +- home-assistant/templates/backup-cronjob.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-assistant/Chart.yaml b/home-assistant/Chart.yaml index 8033e5e..bdbe168 100644 --- a/home-assistant/Chart.yaml +++ b/home-assistant/Chart.yaml @@ -5,5 +5,5 @@ type: application annotations: version-source: github-release:home-assistant/core version-pattern: "s|^v||" -version: 0.1.14 +version: 0.1.15 appVersion: "2026.3.4" diff --git a/home-assistant/templates/backup-cronjob.yaml b/home-assistant/templates/backup-cronjob.yaml index c94d6ce..f809da2 100644 --- a/home-assistant/templates/backup-cronjob.yaml +++ b/home-assistant/templates/backup-cronjob.yaml @@ -71,9 +71,9 @@ spec: affinity: {{- toYaml . | nindent 10 }} {{- end }} + {{- end }} {{- with .Values.tolerations }} tolerations: {{- toYaml . | nindent 10 }} {{- end }} - {{- end }} {{- end }}