diff --git a/charts/flipt/Chart.yaml b/charts/flipt/Chart.yaml index 1f4f89b..9799793 100644 --- a/charts/flipt/Chart.yaml +++ b/charts/flipt/Chart.yaml @@ -3,7 +3,7 @@ name: flipt home: https://flipt.io description: Flipt is an open-source, self-hosted feature flag solution. type: application -version: 0.71.0 +version: 0.71.1 appVersion: v1.50.1 maintainers: - name: Flipt diff --git a/charts/flipt/templates/deployment.yaml b/charts/flipt/templates/deployment.yaml index 6c1c16d..7e4f5fa 100644 --- a/charts/flipt/templates/deployment.yaml +++ b/charts/flipt/templates/deployment.yaml @@ -10,6 +10,10 @@ spec: replicas: {{ .Values.replicaCount }} {{- end }} minReadySeconds: {{ .Values.minReadySeconds }} + {{- with .Values.strategy }} + strategy: + {{- toYaml . | nindent 8 }} + {{- end }} selector: matchLabels: @@ -128,7 +132,3 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} - {{- with .Values.strategy }} - strategy: - {{- toYaml . | nindent 8 }} - {{- end }}