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