From 3ec99ddb3a2c4eff577b60e9fb63f0e7b4ac9c8e Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Thu, 26 Apr 2018 21:54:26 +0200 Subject: [PATCH] chronograf: fix values.yaml (#5264) * chronograf: fix values.yaml * chronograf: bump version --- 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 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