From 2340a6b133bd308a7038bfdb21e71e4ea8bf4d4a Mon Sep 17 00:00:00 2001 From: Karan Parashar Date: Wed, 9 Sep 2026 14:33:25 +0530 Subject: [PATCH] bump(services): Update jellyfin to 12.0 --- argocd-apps/services/jellyfin.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/argocd-apps/services/jellyfin.yaml b/argocd-apps/services/jellyfin.yaml index a88c464..4414dc0 100644 --- a/argocd-apps/services/jellyfin.yaml +++ b/argocd-apps/services/jellyfin.yaml @@ -14,6 +14,8 @@ spec: - chart: jellyfin helm: values: | + image: + tag: "12.0" service: type: ClusterIP port: 8096 @@ -28,7 +30,7 @@ spec: type: hostPath hostPath: /srv/media repoURL: https://jellyfin.github.io/jellyfin-helm - targetRevision: 2.7.0 + targetRevision: 3.2.0 - path: apps/jellyfin repoURL: https://gitea.whyredfire.dev/whyredfire/gitops.git targetRevision: main