Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/grafana] Fix pvc accessModes default value
Browse files Browse the repository at this point in the history
* accessModes must have at least one valid entry for any pvc
configuration to be created. This commit sets a reasonable default for
that value.
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
  • Loading branch information
Dean-Coakley committed Dec 19, 2018
1 parent bfbce1f commit 4f866b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: grafana
version: 1.21.2
version: 1.21.3
appVersion: 5.4.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
4 changes: 2 additions & 2 deletions stable/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ affinity: {}
persistence:
enabled: false
# storageClassName: default
# accessModes:
# - ReadWriteOnce
accessModes:
- ReadWriteOnce
# size: 10Gi
# annotations: {}
# subPath: ""
Expand Down

0 comments on commit 4f866b3

Please sign in to comment.