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 }}