File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: flipt
33home : https://flipt.io
44description : Flipt is an open-source, self-hosted feature flag solution.
55type : application
6- version : 0.85.1
6+ version : 0.85.2
77appVersion : v1.59.1
88maintainers :
99 - name : Flipt
Original file line number Diff line number Diff line change 4444 {{- toYaml .Values.securityContext | nindent 12 }}
4545 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4646 imagePullPolicy : {{ .Values.image.pullPolicy }}
47- command : ["/flipt"]
47+ command : {{ .Values.image.command }}
4848 {{- if .Values.flipt.args }}
4949 args :
5050 {{- toYaml .Values.flipt.args | nindent 12 }}
Original file line number Diff line number Diff line change 66 pullPolicy : IfNotPresent
77 # Overrides the image tag whose default is the chart appVersion.
88 tag : " "
9+ command : ["/flipt"]
910
1011imagePullSecrets : []
1112nameOverride : " "
You can’t perform that action at this time.
0 commit comments