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