From f0f0f483bf41206d41df542f49353ff52fec405e Mon Sep 17 00:00:00 2001 From: Ahmed Sermani <33938701+Ahmed-Sermani@users.noreply.github.com> Date: Sat, 19 Aug 2023 10:34:18 +0300 Subject: [PATCH] fix deploymentStrategy (#67) --- charts/centrifugo/Chart.yaml | 2 +- charts/centrifugo/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/centrifugo/Chart.yaml b/charts/centrifugo/Chart.yaml index 96aa9a2..1701e1a 100644 --- a/charts/centrifugo/Chart.yaml +++ b/charts/centrifugo/Chart.yaml @@ -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 diff --git a/charts/centrifugo/templates/deployment.yaml b/charts/centrifugo/templates/deployment.yaml index 609d8bf..ca0c15c 100644 --- a/charts/centrifugo/templates/deployment.yaml +++ b/charts/centrifugo/templates/deployment.yaml @@ -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: