Skip to content

Commit

Permalink
Merge pull request #2045 from muhlba91/fix/grafana-notifiers
Browse files Browse the repository at this point in the history
[grafana] fix broken interpolation for notifier searchNamespace in grafana chart
  • Loading branch information
zanhsieh committed Dec 7, 2022
2 parents 2d0ff4d + e267d82 commit dca92e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 6.45.1
version: 6.45.2
appVersion: 9.3.0
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana/templates/_pod.tpl
Expand Up @@ -562,7 +562,7 @@ containers:
- name: UNIQUE_FILENAMES
value: "{{ .Values.sidecar.enableUniqueFilenames }}"
{{- end }}
{{- if .Values.sidecar.notifiers.searchNamespace }}
{{- with .Values.sidecar.notifiers.searchNamespace }}
- name: NAMESPACE
value: "{{ tpl (. | join ",") $root }}"
{{- end }}
Expand Down

0 comments on commit dca92e8

Please sign in to comment.