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:
+3
-3
@@ -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"
|
||||
|
||||
@@ -9,6 +9,8 @@ metadata:
|
||||
labels:
|
||||
{{- include "jellyfin.labels" . | nindent 4 }}
|
||||
spec:
|
||||
successfulJobsHistoryLimit: 1
|
||||
failedJobsHistoryLimit: 1
|
||||
schedule: {{ .Values.backup.schedule | quote }}
|
||||
jobTemplate:
|
||||
spec:
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user