jellyfin update

This commit is contained in:
Philip Haupt
2025-11-07 17:32:00 +01:00
parent 8331042f44
commit 98a85f4720
3 changed files with 15 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: jellyfin
repo: https://jellyfin.github.io/jellyfin-helm
version: 2.4.0
version: 2.5.0
releaseName: jellyfin
includeCRDs: true
namespace: jellyfin

View File

@@ -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: "10.11.1"
tag: ""
# -- Image pull policy (Always, IfNotPresent, or Never).
pullPolicy: IfNotPresent