From 0322fc6989ba492904bdd261c6d3c54736587002 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 29 Aug 2026 13:22:40 +1000 Subject: [PATCH] jellyfin: bump fafflix+cheeztv to v0.2.0 (#426) ## Summary - Bumps the jellyfin-ha image to v0.2.0 on fafflix and cheeztv ## Why v0.2.0 bakes the LDAP and SSO auth plugins into the image; with the plugin config PR this enables browser SSO and app-password logins. Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/426 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 9133dc0..002f933 100644 --- a/apps/base/cheeztv/statefulset.yaml +++ b/apps/base/cheeztv/statefulset.yaml @@ -111,7 +111,7 @@ spec: mountPath: /config containers: - name: cheeztv - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.1.3 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.2.0 imagePullPolicy: IfNotPresent ports: - name: http diff --git a/apps/base/fafflix/statefulset.yaml b/apps/base/fafflix/statefulset.yaml index 67e109b..c7b3352 100644 --- a/apps/base/fafflix/statefulset.yaml +++ b/apps/base/fafflix/statefulset.yaml @@ -111,7 +111,7 @@ spec: mountPath: /config containers: - name: fafflix - image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.1.3 + image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/jellyfin-ha:v0.2.0 imagePullPolicy: IfNotPresent ports: - name: http