diff --git a/stable/chronograf/Chart.yaml b/stable/chronograf/Chart.yaml index e241415158..fa46e11d47 100755 --- a/stable/chronograf/Chart.yaml +++ b/stable/chronograf/Chart.yaml @@ -1,5 +1,5 @@ name: chronograf -version: 0.4.3 +version: 0.4.4 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 diff --git a/stable/chronograf/values.yaml b/stable/chronograf/values.yaml index ddcd793f2a..a5a59d709d 100644 --- a/stable/chronograf/values.yaml +++ b/stable/chronograf/values.yaml @@ -73,7 +73,7 @@ oauth: # eg. http://chronograf.foobar.com public_url: "" # This is a comma separated list of Google Apps domains (OPTIONAL) - google_domains: "" + domains: "" heroku: enabled: false client_id: CHANGE_ME