From 1aaf27397dfad3db64bb9ea0b0b1c17ee1923252 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 24 Sep 2023 17:09:22 +0200 Subject: [PATCH] fix(jellyfin): update appVersion + strategy-upgrade (locking db) --- jellyfin/Chart.yaml | 4 ++-- jellyfin/templates/deployment.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index 7c63a73..4cef051 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/Chart.yaml @@ -3,5 +3,5 @@ name: jellyfin description: The Free Software Media System type: application -version: 0.1.1 -appVersion: "10.8.10" +version: 0.1.2 +appVersion: "10.8.11" diff --git a/jellyfin/templates/deployment.yaml b/jellyfin/templates/deployment.yaml index 4601e8e..1fa92ea 100644 --- a/jellyfin/templates/deployment.yaml +++ b/jellyfin/templates/deployment.yaml @@ -8,6 +8,8 @@ spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} {{- end }} + strategy: + type: Recreate selector: matchLabels: {{- include "jellyfin.selectorLabels" . | nindent 6 }}