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
+3 -3
View File
@@ -3,7 +3,7 @@ name: jellyfin
description: A Helm chart for Jellyfin media server with Postgres support
type: application
annotations:
version-source: github-release:jellyfin/jellyfin
version-source: ghcr-tags:rogly-net/jellyfin-postgresql:^v[0-9]+\.[0-9]+\.[0-9]+$
version-pattern: "s|^v||"
version: 0.1.16
appVersion: "10.11.8"
version: 0.1.17
appVersion: "10.11.6"
+2
View File
@@ -9,6 +9,8 @@ metadata:
labels:
{{- include "jellyfin.labels" . | nindent 4 }}
spec:
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
schedule: {{ .Values.backup.schedule | quote }}
jobTemplate:
spec:
+1 -1
View File
@@ -8,7 +8,7 @@ image:
repository: ghcr.io/rogly-net/jellyfin-postgresql
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "10.11.8"
tag: "v10.11.6"
nameOverride: ""
fullnameOverride: ""