feat: Bump version to 0.1.15 and fix template closing tag in backup cronjob

This commit is contained in:
sha
2026-03-25 14:59:00 +02:00
parent 2c5a665dd1
commit 1878d1eebd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.14 version: 0.1.15
appVersion: "2026.3.4" appVersion: "2026.3.4"
+1 -1
View File
@@ -71,9 +71,9 @@ spec:
affinity: affinity:
{{- toYaml . | nindent 10 }} {{- toYaml . | nindent 10 }}
{{- end }} {{- end }}
{{- end }}
{{- with .Values.tolerations }} {{- with .Values.tolerations }}
tolerations: tolerations:
{{- toYaml . | nindent 10 }} {{- toYaml . | nindent 10 }}
{{- end }} {{- end }}
{{- end }}
{{- end }} {{- end }}