From bda40f95d82dacd233ce9821bcee7ed72d155a46 Mon Sep 17 00:00:00 2001 From: Lingming Xia Date: Sat, 10 Feb 2018 07:05:52 +0800 Subject: [PATCH] fix typo in chronograf/values.yaml (#3652) --- stable/chronograf/Chart.yaml | 2 +- stable/chronograf/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/chronograf/Chart.yaml b/stable/chronograf/Chart.yaml index f5cd4e5707..f59f63671e 100755 --- a/stable/chronograf/Chart.yaml +++ b/stable/chronograf/Chart.yaml @@ -1,5 +1,5 @@ name: chronograf -version: 0.4.0 +version: 0.4.1 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/values.yaml b/stable/chronograf/values.yaml index 0e24030d25..e676e3484a 100644 --- a/stable/chronograf/values.yaml +++ b/stable/chronograf/values.yaml @@ -64,7 +64,7 @@ oauth: enabled: false client_id: CHANGE_ME client_secret: CHANGE_ME - # This is a comma seperated list of GH organizations (OPTIONAL) + # This is a comma separated list of GH organizations (OPTIONAL) gh_orgs: "" google: enabled: false