diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 126f5c816f..bcbb84e573 100644 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: grafana -version: 4.3.0 +version: 4.3.1 appVersion: 6.5.2 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. diff --git a/stable/grafana/README.md b/stable/grafana/README.md index f0c777a03d..e75b634076 100644 --- a/stable/grafana/README.md +++ b/stable/grafana/README.md @@ -77,7 +77,7 @@ This version requires Helm >= 2.12.0. | `extraContainers` | Sidecar containers to add to the grafana pod | `{}` | | `schedulerName` | Name of the k8s scheduler (other than default) | `nil` | | `persistence.enabled` | Use persistent volume to store data | `false` | -| `persistence.type` | Type of persistence (`pvc` or `statefulset`) | `false` | +| `persistence.type` | Type of persistence (`pvc` or `statefulset`) | `pvc` | | `persistence.size` | Size of persistent volume claim | `10Gi` | | `persistence.existingClaim` | Use an existing PVC to persist data | `nil` | | `persistence.storageClassName` | Type of persistent volume claim | `nil` |