File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: flipt
3
3
home : https://flipt.io
4
4
description : Flipt is an open-source, self-hosted feature flag solution.
5
5
type : application
6
- version : 0.71.0
6
+ version : 0.71.1
7
7
appVersion : v1.50.1
8
8
maintainers :
9
9
- name : Flipt
Original file line number Diff line number Diff line change 10
10
replicas : {{ .Values.replicaCount }}
11
11
{{- end }}
12
12
minReadySeconds : {{ .Values.minReadySeconds }}
13
+ {{- with .Values.strategy }}
14
+ strategy :
15
+ {{- toYaml . | nindent 8 }}
16
+ {{- end }}
13
17
14
18
selector :
15
19
matchLabels :
@@ -128,7 +132,3 @@ spec:
128
132
tolerations :
129
133
{{- toYaml . | nindent 8 }}
130
134
{{- end }}
131
- {{- with .Values.strategy }}
132
- strategy :
133
- {{- toYaml . | nindent 8 }}
134
- {{- end }}
You can’t perform that action at this time.
0 commit comments