Skip to content

Commit 48af9d9

Browse files
[grafana] Update _pod.tpl to override container name (#3864)
1 parent 923497f commit 48af9d9

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

charts/grafana/templates/_pod.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ containers:
967967
{{- toYaml . | trim | nindent 6 }}
968968
{{- end }}
969969
{{- end}}
970-
- name: {{ .Chart.Name }}
970+
- name: grafana
971971
{{- $registry := .Values.global.imageRegistry | default .Values.image.registry -}}
972972
{{- if .Values.image.sha }}
973973
image: "{{ $registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}@sha256:{{ .Values.image.sha }}"

0 commit comments

Comments
 (0)