Skip to content

Commit d3240bd

Browse files
Merge branch 'main' into extraContainersTempoGateway
2 parents 585fd51 + 4cb34e3 commit d3240bd

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)