From 47a2ab9152d6d47a51d228cdc28371bcdf3b50f1 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 13 Sep 2026 23:08:44 +1000 Subject: [PATCH] Pin jellyfin-ha image to v0.3.2 (#468) v0.3.0 and v0.3.1 crash-looped on Postgres migration/reader bugs and were reverted. v0.3.2 fixes both and was validated end to end against production-baseline Postgres and valkey: full migration chain completes, all previously-500 endpoints return 200, RedisTranscodeSessionStore and scan-leader gating confirmed active. - Bump jellyfin-ha image tag v0.2.0 -> v0.3.2 in cheeztv and fafflix statefulsets Depends on a pre-sync duplicate-username check and fresh pg_dump of both databases. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/468 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 825f226..4140e37 100644 --- a/apps/base/cheeztv/statefulset.yaml +++ b/apps/base/cheeztv/statefulset.yaml @@ -162,7 +162,7 @@ spec: readOnly: true containers: - name: cheeztv - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.2.0 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.3.2 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/apps/base/fafflix/statefulset.yaml b/apps/base/fafflix/statefulset.yaml index 68d8275..637ef6e 100644 --- a/apps/base/fafflix/statefulset.yaml +++ b/apps/base/fafflix/statefulset.yaml @@ -162,7 +162,7 @@ spec: readOnly: true containers: - name: fafflix - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.2.0 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.3.2 imagePullPolicy: IfNotPresent ports: - name: http