Skip to content

Commit ebbce6d

Browse files
committed
fix: bump chart version to 9.2.1
Signed-off-by: Thibaut <[email protected]>
1 parent 5f5d903 commit ebbce6d

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.0
3+
version: 9.2.1
44
appVersion: 12.0.0-security-01
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-
{{- tpl (toYaml . | nindent 4) $root }}
14+
{{- tpl (toYaml . | nindent 4) $ }}
1515
{{- end }}
1616
spec:
1717
type: ClusterIP

0 commit comments

Comments
 (0)