mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
chore: Bump version for Home Assistant and Jellyfin charts, add failedJobsHistoryLimit to CronJobs
This commit is contained in:
@@ -5,5 +5,5 @@ type: application
|
||||
annotations:
|
||||
version-source: github-release:home-assistant/core
|
||||
version-pattern: "s|^v||"
|
||||
version: 0.1.18
|
||||
version: 0.1.19
|
||||
appVersion: "2026.4.1"
|
||||
|
||||
@@ -9,6 +9,8 @@ metadata:
|
||||
labels:
|
||||
{{- include "home-assistant.labels" . | nindent 4 }}
|
||||
spec:
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 1
|
||||
schedule: {{ .Values.backup.schedule | quote }}
|
||||
jobTemplate:
|
||||
spec:
|
||||
|
||||
@@ -9,6 +9,8 @@ metadata:
|
||||
labels:
|
||||
{{- include "home-assistant.labels" . | nindent 4 }}
|
||||
spec:
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 1
|
||||
schedule: {{ .Values.pvcBackup.schedule | quote }}
|
||||
jobTemplate:
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user