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