File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
cluster/charts/fuel-streams-publisher Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.4.1
16
+ version : 0.4.2
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change 97
97
envFrom :
98
98
- configMapRef :
99
99
name : {{ include "fuel-streams-publisher.fullname" . }}
100
- optional : false
101
100
- secretRef :
102
101
name : {{ include "fuel-streams-publisher.fullname" . }}
103
- optional : false
104
102
{{- if .Values.envFrom }}
105
103
{{- toYaml .Values.envFrom | nindent 12 }}
106
104
{{- end }}
You can’t perform that action at this time.
0 commit comments