From f53e8f5b006b1d39e519abe148d35752d5052f1c Mon Sep 17 00:00:00 2001 From: Jeffrey Smeets Date: Sun, 13 Sep 2026 12:56:38 +0200 Subject: [PATCH] jellyfin: upgrade to 12.0 All five installed plugins have 12.0.0.0 targetAbi builds available. The archived 9p4 SSO Authentication plugin has been removed, since it has no v12 build and is being replaced by an OIDC plugin later. Plugins must be updated from the Jellyfin dashboard after the rollout; the container upgrade does not touch /config/plugins. --- applications/jellyfin/jellyfin-statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/jellyfin/jellyfin-statefulset.yaml b/applications/jellyfin/jellyfin-statefulset.yaml index f1304d4..8d15a4e 100644 --- a/applications/jellyfin/jellyfin-statefulset.yaml +++ b/applications/jellyfin/jellyfin-statefulset.yaml @@ -20,7 +20,7 @@ spec: gpu: "true" containers: - name: jellyfin - image: jellyfin/jellyfin:10.11.11 + image: jellyfin/jellyfin:12.0 ports: - containerPort: 8096 resources: