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
|
description: The Free Software Media System
|
||||||
type: application
|
type: application
|
||||||
|
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
appVersion: "10.8.10"
|
appVersion: "10.8.11"
|
||||||
|
|
|
@ -8,6 +8,8 @@ spec:
|
||||||
{{- if not .Values.autoscaling.enabled }}
|
{{- if not .Values.autoscaling.enabled }}
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
strategy:
|
||||||
|
type: Recreate
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "jellyfin.selectorLabels" . | nindent 6 }}
|
{{- include "jellyfin.selectorLabels" . | nindent 6 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue