File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
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.85.1
6
+ version : 0.85.2
7
7
appVersion : v1.59.1
8
8
maintainers :
9
9
- name : Flipt
Original file line number Diff line number Diff line change 44
44
{{- toYaml .Values.securityContext | nindent 12 }}
45
45
image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
46
46
imagePullPolicy : {{ .Values.image.pullPolicy }}
47
- command : ["/flipt"]
47
+ command : {{ .Values.image.command }}
48
48
{{- if .Values.flipt.args }}
49
49
args :
50
50
{{- toYaml .Values.flipt.args | nindent 12 }}
Original file line number Diff line number Diff line change 6
6
pullPolicy : IfNotPresent
7
7
# Overrides the image tag whose default is the chart appVersion.
8
8
tag : " "
9
+ command : ["/flipt"]
9
10
10
11
imagePullSecrets : []
11
12
nameOverride : " "
You can’t perform that action at this time.
0 commit comments