diff --git a/jellyfin/main.yaml b/jellyfin/main.yaml index 4ffa2b3..e794e30 100644 --- a/jellyfin/main.yaml +++ b/jellyfin/main.yaml @@ -97,7 +97,7 @@ spec: helm.sh/chart: jellyfin-2.7.0 spec: containers: - - image: docker.io/jellyfin/jellyfin:10.11.5 + - image: docker.io/jellyfin/jellyfin:10.11.6 imagePullPolicy: IfNotPresent livenessProbe: initialDelaySeconds: 10 diff --git a/jellyfin/src/values.yaml b/jellyfin/src/values.yaml index 291bf69..b255402 100644 --- a/jellyfin/src/values.yaml +++ b/jellyfin/src/values.yaml @@ -12,7 +12,7 @@ image: # -- Container image repository for Jellyfin. repository: docker.io/jellyfin/jellyfin # -- 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). pullPolicy: IfNotPresent