fix(jellyfin): update appVersion + strategy-upgrade (locking db)
This commit is contained in:
parent
b19e0417a4
commit
1aaf27397d
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -8,6 +8,8 @@ spec:
|
|||
{{- if not .Values.autoscaling.enabled }}
|
||||
replicas: {{ .Values.replicaCount }}
|
||||
{{- end }}
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
{{- include "jellyfin.selectorLabels" . | nindent 6 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue