Skip to content

Commit 4cb34e3

Browse files
Merge pull request #3714 from chivunito/patch-1
[grafana] Support templated content for annotations image-renderer-service.yaml
2 parents e1178ed + ee8810d commit 4cb34e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.2
3+
version: 9.2.3
44
appVersion: 12.0.1
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.

charts/grafana/templates/image-renderer-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
{{- end }}
1212
{{- with .Values.imageRenderer.service.annotations }}
1313
annotations:
14-
{{- toYaml . | nindent 4 }}
14+
{{- tpl (toYaml . | nindent 4) $ }}
1515
{{- end }}
1616
spec:
1717
type: ClusterIP

0 commit comments

Comments
 (0)