fix(jellyfin): update appVersion + strategy-upgrade (locking db)

This commit is contained in:
WrenIX 2023-09-24 17:09:22 +02:00
parent b19e0417a4
commit 1aaf27397d
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
2 changed files with 4 additions and 2 deletions

View file

@ -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"

View file

@ -8,6 +8,8 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
strategy:
type: Recreate
selector:
matchLabels:
{{- include "jellyfin.selectorLabels" . | nindent 6 }}