Skip to content

Commit

Permalink
[grafana] fix: Add missing version, kind to volumeClaimTemplates (#3037)
Browse files Browse the repository at this point in the history
Co-authored-by: MH <zanhsieh@gmail.com>
  • Loading branch information
Nickmman and zanhsieh committed Jul 17, 2024
1 parent 3458cd8 commit 7870c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 8.3.4
version: 8.3.5
appVersion: 11.1.0
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
4 changes: 3 additions & 1 deletion charts/grafana/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ spec:
{{- include "grafana.pod" . | nindent 6 }}
{{- if .Values.persistence.enabled}}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: storage
spec:
accessModes: {{ .Values.persistence.accessModes }}
Expand Down

0 comments on commit 7870c39

Please sign in to comment.