Skip to content

Commit

Permalink
fix deploymentStrategy (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Sermani authored Aug 19, 2023
1 parent 71251ac commit f0f0f48
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: 11.0.1
version: 11.0.2
appVersion: 5.0.2
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 @@ -15,7 +15,7 @@ spec:
{{- include "centrifugo.selectorLabels" . | nindent 6 }}
{{- if .Values.deploymentStrategy }}
strategy:
{{- toYaml .Values.deploymentStrategy | indent 4 }}
{{- toYaml .Values.deploymentStrategy | nindent 4 }}
{{- end }}
template:
metadata:
Expand Down

0 comments on commit f0f0f48

Please sign in to comment.