Skip to content

Commit dff3f10

Browse files
committed
remove double quotes from NAMESPACE values in sidecar alerts configuration and bump version to 9.3.6
Signed-off-by: peter <[email protected]>
1 parent e2fab90 commit dff3f10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/grafana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana
3-
version: 9.3.5
3+
version: 9.3.6
44
appVersion: 12.1.0
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.

charts/grafana/templates/_pod.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ initContainers:
151151
{{- end }}
152152
{{- with .Values.sidecar.alerts.searchNamespace }}
153153
- name: NAMESPACE
154-
value: "{{ tpl (. | join ",") $root | quote }}"
154+
value: "{{ tpl (. | join ",") $root }}"
155155
{{- end }}
156156
{{- with .Values.sidecar.alerts.skipTlsVerify }}
157157
- name: SKIP_TLS_VERIFY
@@ -387,7 +387,7 @@ containers:
387387
{{- end }}
388388
{{- with .Values.sidecar.alerts.searchNamespace }}
389389
- name: NAMESPACE
390-
value: "{{ tpl (. | join ",") $root | quote }}"
390+
value: "{{ tpl (. | join ",") $root }}"
391391
{{- end }}
392392
{{- with .Values.sidecar.alerts.skipTlsVerify }}
393393
- name: SKIP_TLS_VERIFY

0 commit comments

Comments
 (0)