From 9e1ccdb0a0116ce44b559ceb49eb90f3c3efdce4 Mon Sep 17 00:00:00 2001 From: Unkin Agent Date: Sat, 15 Aug 2026 19:01:47 +1000 Subject: [PATCH] jellyfin: bump image to v0.1.3 (.NET 9 runtime fix) (#374) ## Why jellyfin-ha v0.1.2 crashed on startup: the framework-dependent .NET 9 build could not find its runtime (`Microsoft.NETCore.App 9.0.0` required, `10.0.11` found), because the runtime image was pinned to a .NET 10 base. jellyfin-ha PR #7 realigned the runtime image to `mcr.microsoft.com/dotnet/aspnet:9.0` and v0.1.3 was released. Verified before this bump: `docker run --entrypoint dotnet ...:v0.1.3 --list-runtimes` lists `Microsoft.NETCore.App 9.0.19`, and `/jellyfin/jellyfin --version` prints `Jellyfin.Server 10.11.7.0` with no framework-not-found error. ## Change - Bump jellyfin image tag from v0.1.2 to v0.1.3 in `apps/base/jellyfin/statefulset.yaml`. --------- Co-authored-by: unkin-agent Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/374 Co-authored-by: Unkin Agent Co-committed-by: Unkin Agent --- apps/base/jellyfin/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/jellyfin/statefulset.yaml b/apps/base/jellyfin/statefulset.yaml index 5974ff6..e4120c3 100644 --- a/apps/base/jellyfin/statefulset.yaml +++ b/apps/base/jellyfin/statefulset.yaml @@ -111,7 +111,7 @@ spec: mountPath: /config containers: - name: jellyfin - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.1.2 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.1.3 imagePullPolicy: IfNotPresent ports: - name: http