We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3952bf3 commit 0548273Copy full SHA for 0548273
2 files changed
charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: grafana
3
-version: 11.1.0
+version: 11.1.1
4
# renovate: docker=docker.io/grafana/grafana
5
appVersion: 12.3.2
6
kubeVersion: "^1.25.0-0"
charts/grafana/templates/_pod.tpl
@@ -1419,7 +1419,7 @@ containers:
1419
key: {{ .Values.admin.passwordKey | default "admin-password" }}
1420
{{- end }}
1421
{{- if .Values.plugins }}
1422
- - name: GF_INSTALL_PLUGINS
+ - name: GF_PLUGINS_PREINSTALL_SYNC
1423
valueFrom:
1424
configMapKeyRef:
1425
name: {{ include "grafana.fullname" . }}
0 commit comments