diff --git a/stable/chronograf/Chart.yaml b/stable/chronograf/Chart.yaml index 6e2f460cea..e241415158 100755 --- a/stable/chronograf/Chart.yaml +++ b/stable/chronograf/Chart.yaml @@ -1,5 +1,6 @@ name: chronograf -version: 0.4.2 +version: 0.4.3 +appVersion: 1.3 description: Open-source web application written in Go and React.js that provides the tools to visualize your monitoring data and easily create alerting and automation rules. diff --git a/stable/chronograf/README.md b/stable/chronograf/README.md index 47751e2591..791dd79fa7 100644 --- a/stable/chronograf/README.md +++ b/stable/chronograf/README.md @@ -68,4 +68,4 @@ $ helm install --name my-release -f values.yaml stable/chronograf The [Chronograf](https://quay.io/influxdb/chronograf) image stores data in the `/var/lib/chronograf` directory in the container. -The chart optionally mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) volume at this location. The volume is created using dynamic volume provisioning. +The chart optionally mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) at this location. The volume is created using dynamic volume provisioning.