File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : grafana
3
- version : 9.3.5
3
+ version : 9.3.6
4
4
appVersion : 12.1.0
5
5
kubeVersion : " ^1.8.0-0"
6
6
description : The leading tool for querying and visualizing time series and metrics.
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ initContainers:
151
151
{ {- end } }
152
152
{ {- with .Values.sidecar.alerts.searchNamespace } }
153
153
- name: NAMESPACE
154
- value: "{ { tpl (. | join " ," ) $root | quote } }"
154
+ value: "{ { tpl (. | join " ," ) $root } }"
155
155
{ {- end } }
156
156
{ {- with .Values.sidecar.alerts.skipTlsVerify } }
157
157
- name: SKIP_TLS_VERIFY
@@ -387,7 +387,7 @@ containers:
387
387
{ {- end } }
388
388
{ {- with .Values.sidecar.alerts.searchNamespace } }
389
389
- name: NAMESPACE
390
- value: "{ { tpl (. | join " ," ) $root | quote } }"
390
+ value: "{ { tpl (. | join " ," ) $root } }"
391
391
{ {- end } }
392
392
{ {- with .Values.sidecar.alerts.skipTlsVerify } }
393
393
- name: SKIP_TLS_VERIFY
You can’t perform that action at this time.
0 commit comments