Skip to content

Commit

Permalink
fix: deploy strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
drikqlis committed Mar 14, 2024
1 parent 8a79d01 commit fe68876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
- https://github.com/guerzon/vaultwarden
- https://github.com/dani-garcia/vaultwarden
appVersion: "1.30.5"
version: 0.22.18
version: 0.22.19
kubeVersion: ">=1.12.0-0"

dependencies:
Expand Down
2 changes: 2 additions & 0 deletions charts/vaultwarden/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
strategy:
type: Recreate
replicas: 1
selector:
matchLabels:
Expand Down

0 comments on commit fe68876

Please sign in to comment.