File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.1
18
+ version : 0.1.2
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 30
30
{{- range $initContainer := .Values.initContainers }}
31
31
- {{- toYaml $initContainer | nindent 10 }}
32
32
{{- end }}
33
- {{- end }}
34
33
containers :
35
34
- name : metabase
36
35
image : " {{ .Values.metabase.image.repository }}:{{ .Values.metabase.image.tag }}"
@@ -169,8 +168,7 @@ spec:
169
168
volumes :
170
169
{{- range $volume := .Values.volumes }}
171
170
- {{- toYaml $volume | nindent 10 }}
172
- {{- engit push origin --delete <old_name>d }}
173
- {{- if .Values.telegraf.enabled }}
171
+ {{- end }}
174
172
- name : telegraf-volume
175
173
configMap :
176
174
name : {{ template "metabase.fullname" . }}-telegraf-config
@@ -181,4 +179,4 @@ spec:
181
179
items :
182
180
- key : log4j.properties
183
181
path : log4j.properties
184
- {{- end }}
182
+ {{- end }}
You can’t perform that action at this time.
0 commit comments