From cdaab736b57c7b1606bda5e9fbca6a22d11c8107 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Tue, 22 Sep 2026 22:57:06 +1000 Subject: [PATCH] Bump jellyfin-ha to v0.4.0 (#483) The deployed v0.3.3 build returns 500 from /Shows/NextUp on PostgreSQL, breaking the home screen, and lets replicas diverge: library-visibility and shared-config changes never propagate, user data (resume, played state, favourites, ratings) is overwritten between pods, and eight scheduled tasks run on every replica instead of only the scan leader. v0.4.0 carries the fixes. - Pin cheeztv and fafflix to jellyfin-ha:v0.4.0. No config change needed: cross-pod invalidation reuses the transcode-store Redis connection string both apps already set. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/483 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- apps/base/cheeztv/statefulset.yaml | 2 +- apps/base/fafflix/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/cheeztv/statefulset.yaml b/apps/base/cheeztv/statefulset.yaml index fe44d62..8a3fc99 100644 --- a/apps/base/cheeztv/statefulset.yaml +++ b/apps/base/cheeztv/statefulset.yaml @@ -164,7 +164,7 @@ spec: readOnly: true containers: - name: cheeztv - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.3.3 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.4.0 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/apps/base/fafflix/statefulset.yaml b/apps/base/fafflix/statefulset.yaml index c6f1c16..12b9007 100644 --- a/apps/base/fafflix/statefulset.yaml +++ b/apps/base/fafflix/statefulset.yaml @@ -164,7 +164,7 @@ spec: readOnly: true containers: - name: fafflix - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.3.3 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.4.0 imagePullPolicy: IfNotPresent ports: - name: http