diff --git a/services/PVR/Jellyfin/application-jellyfin.yaml b/services/PVR/Jellyfin/application-jellyfin.yaml index 01e0ebb..6204790 100644 --- a/services/PVR/Jellyfin/application-jellyfin.yaml +++ b/services/PVR/Jellyfin/application-jellyfin.yaml @@ -18,7 +18,7 @@ spec: targetRevision: HEAD - repoURL: https://jellyfin.github.io/jellyfin-helm chart: jellyfin - targetRevision: 2.3.0 + targetRevision: 2.5.0 helm: valueFiles: - $values/services/PVR/Jellyfin/values.yaml diff --git a/services/PVR/Jellyfin/values.yaml b/services/PVR/Jellyfin/values.yaml index 1b22bf4..c6f86a5 100644 --- a/services/PVR/Jellyfin/values.yaml +++ b/services/PVR/Jellyfin/values.yaml @@ -1,3 +1,6 @@ +deploymentStrategy: + type: Recreate + ingress: enabled: true className: traefik diff --git a/system/ArgoCD/application-argo-cd.yaml b/system/ArgoCD/application-argo-cd.yaml index 1777770..a500973 100644 --- a/system/ArgoCD/application-argo-cd.yaml +++ b/system/ArgoCD/application-argo-cd.yaml @@ -12,7 +12,7 @@ spec: - repoURL: https://argoproj.github.io/argo-helm chart: argo-cd # targetRevision: 8.1.2 - targetRevision: 8.6.4 + targetRevision: 9.1.4 helm: valueFiles: - $values/system/ArgoCD/values.yaml