From 1b65987dfe89adfe5215dd3c48971ede951d35d0 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 19 Dec 2025 21:30:04 -0300 Subject: [PATCH] jellyfin: upgrade to 10.11 and seed oidc plugin --- services/jellyfin/deployment.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/services/jellyfin/deployment.yaml b/services/jellyfin/deployment.yaml index 961db93..d58fd7b 100644 --- a/services/jellyfin/deployment.yaml +++ b/services/jellyfin/deployment.yaml @@ -58,6 +58,9 @@ spec: secretKeyRef: name: jellyfin-oidc key: client-secret + volumeMounts: + - name: config + mountPath: /config command: ["/bin/sh", "-c"] args: - | @@ -85,7 +88,7 @@ spec: "name": "OIDC Authentication", "overview": "Enable Single Sign-On (SSO) for Jellyfin using an OpenID Connect provider.", "owner": "lolerskatez", - "targetAbi": "10.10.7.0", + "targetAbi": "10.11.3.0", "timestamp": "2025-12-17T04:00:00Z", "version": "1.0.2.0", "status": "Active", @@ -116,10 +119,11 @@ spec: false EOF + chown -R 1000:65532 "${plugin_dir}" "${config_dir}/OIDC Authentication.xml" runtimeClassName: nvidia containers: - name: jellyfin - image: docker.io/jellyfin/jellyfin:10.10.7 + image: docker.io/jellyfin/jellyfin:10.11.5 imagePullPolicy: IfNotPresent ports: - name: http