jellyfin update

This commit is contained in:
Philip Haupt
2026-01-28 23:01:37 +01:00
parent 57ce2284d2
commit 7477281fbb
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ spec:
helm.sh/chart: jellyfin-2.7.0 helm.sh/chart: jellyfin-2.7.0
spec: spec:
containers: containers:
- image: docker.io/jellyfin/jellyfin:10.11.5 - image: docker.io/jellyfin/jellyfin:10.11.6
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
initialDelaySeconds: 10 initialDelaySeconds: 10

View File

@@ -12,7 +12,7 @@ image:
# -- Container image repository for Jellyfin. # -- Container image repository for Jellyfin.
repository: docker.io/jellyfin/jellyfin repository: docker.io/jellyfin/jellyfin
# -- Jellyfin container image tag. Leave empty to automatically use the Chart's app version. # -- Jellyfin container image tag. Leave empty to automatically use the Chart's app version.
tag: "" tag: "10.11.6"
# -- Image pull policy (Always, IfNotPresent, or Never). # -- Image pull policy (Always, IfNotPresent, or Never).
pullPolicy: IfNotPresent pullPolicy: IfNotPresent