We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86760d commit 34e98e4Copy full SHA for 34e98e4
charts/grafana/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: grafana
3
-version: 10.5.13
+version: 10.5.14
4
appVersion: 12.3.1
5
kubeVersion: "^1.8.0-0"
6
description: The leading tool for querying and visualizing time series and metrics.
charts/grafana/templates/statefulset.yaml
@@ -43,6 +43,10 @@ spec:
43
kind: PersistentVolumeClaim
44
metadata:
45
name: storage
46
+ {{- with .Values.persistence.annotations }}
47
+ annotations:
48
+ {{- toYaml . | nindent 8 }}
49
+ {{- end }}
50
spec:
51
accessModes:
52
{{- range .Values.persistence.accessModes }}
0 commit comments