chore: Bump version for Home Assistant and Jellyfin charts, add failedJobsHistoryLimit to CronJobs

This commit is contained in:
sha
2026-04-11 13:29:53 +03:00
parent c2fb3b646b
commit dcce839e7e
9 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v2
name: uptime-kuma
description: Uptime Kuma Helm chart
type: application
version: 0.1.3
version: 0.1.4
appVersion: "2.2.1"
annotations:
version-source: github-release:louislam/uptime-kuma
@@ -4,6 +4,8 @@ kind: CronJob
metadata:
name: {{ .Release.Name }}-backup
spec:
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
schedule: {{ .Values.backup.schedule | quote }}
jobTemplate:
spec: