jellyfin: bump image to v0.1.3 (.NET 9 runtime fix) #374

Merged
benvin merged 1 commits from benvin/jellyfin-image-v0.1.3 into main 2026-08-15 19:01:48 +10:00
Member

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.
## 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`.
unkin-agent added 1 commit 2026-08-15 19:00:29 +10:00
jellyfin: bump image to v0.1.3 (.NET 9 runtime fix)
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
7798112f1d
benvin merged commit 9e1ccdb0a0 into main 2026-08-15 19:01:48 +10:00
benvin deleted branch benvin/jellyfin-image-v0.1.3 2026-08-15 19:01:48 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#374