Skip to content

Commit 0548273

Browse files
authored
[grafana] Replace deprecated GF_INSTALL_PLUGINS with GF_PLUGINS_PREINSTALL_SYNC (#72)
1 parent 3952bf3 commit 0548273

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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: 11.1.0
3+
version: 11.1.1
44
# renovate: docker=docker.io/grafana/grafana
55
appVersion: 12.3.2
66
kubeVersion: "^1.25.0-0"

charts/grafana/templates/_pod.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ containers:
14191419
key: {{ .Values.admin.passwordKey | default "admin-password" }}
14201420
{{- end }}
14211421
{{- if .Values.plugins }}
1422-
- name: GF_INSTALL_PLUGINS
1422+
- name: GF_PLUGINS_PREINSTALL_SYNC
14231423
valueFrom:
14241424
configMapKeyRef:
14251425
name: {{ include "grafana.fullname" . }}

0 commit comments

Comments
 (0)