From c7fa536f64022897736c6cb07b7e87c6a1524065 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 24 Nov 2025 17:10:19 +1100 Subject: [PATCH] Upgrade Jellyfin --- services/PVR/Jellyfin/application-jellyfin.yaml | 2 +- services/PVR/Jellyfin/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/services/PVR/Jellyfin/application-jellyfin.yaml b/services/PVR/Jellyfin/application-jellyfin.yaml index 01e0ebb..2773c60 100644 --- a/services/PVR/Jellyfin/application-jellyfin.yaml +++ b/services/PVR/Jellyfin/application-jellyfin.yaml @@ -18,7 +18,7 @@ spec: targetRevision: HEAD - repoURL: https://jellyfin.github.io/jellyfin-helm chart: jellyfin - targetRevision: 2.3.0 + targetRevision: 2.4.0 helm: valueFiles: - $values/services/PVR/Jellyfin/values.yaml diff --git a/services/PVR/Jellyfin/values.yaml b/services/PVR/Jellyfin/values.yaml index 1b22bf4..c6f86a5 100644 --- a/services/PVR/Jellyfin/values.yaml +++ b/services/PVR/Jellyfin/values.yaml @@ -1,3 +1,6 @@ +deploymentStrategy: + type: Recreate + ingress: enabled: true className: traefik