From deab197fa27e62a86ef80d63870c29dfac6ecc99 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 29 Mar 2018 14:54:13 +0800 Subject: [PATCH] Update stable/chronograf/README.md (#4490) * Add version for chronograf Add version for chronograf * Update stable/chronograf/README.md Delete duplicated word. * Add appVersion key Add appVersion key * Modify appVersion Modify appVersion * Update Chart.yaml --- stable/chronograf/Chart.yaml | 3 ++- stable/chronograf/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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.