We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1178ed + ee8810d commit 4cb34e3Copy full SHA for 4cb34e3
charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: grafana
3
-version: 9.2.2
+version: 9.2.3
4
appVersion: 12.0.1
5
kubeVersion: "^1.8.0-0"
6
description: The leading tool for querying and visualizing time series and metrics.
charts/grafana/templates/image-renderer-service.yaml
@@ -11,7 +11,7 @@ metadata:
11
{{- end }}
12
{{- with .Values.imageRenderer.service.annotations }}
13
annotations:
14
- {{- toYaml . | nindent 4 }}
+ {{- tpl (toYaml . | nindent 4) $ }}
15
16
spec:
17
type: ClusterIP
0 commit comments