Skip to content

Commit

Permalink
Merge pull request #25 from Tarasovych/patch-1
Browse files Browse the repository at this point in the history
Update deployment.yaml
  • Loading branch information
FZambia authored Dec 9, 2021
2 parents 6cc9a06 + 0555a02 commit 5041d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/centrifugo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: centrifugo
description: Centrifugo is a scalable real-time messaging server in language-agnostic way
version: 7.2.2
version: 7.2.3
appVersion: 3.1.1
home: https://centrifugal.dev
icon: https://centrifugal.dev/img/favicon.png
Expand Down
2 changes: 1 addition & 1 deletion charts/centrifugo/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
{{- include "centrifugo.selectorLabels" . | nindent 6 }}
{{- if .Values.deploymentStrategy }}
strategy:
{{ toYaml .Values.deploymentStrategy | indent 4 }}
{{- toYaml .Values.deploymentStrategy | indent 4 }}
{{- end }}
template:
metadata:
Expand Down

0 comments on commit 5041d96

Please sign in to comment.