From 6c9aef1bc6d4716e306e62afa39263a5e098dd2b Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Tue, 2 Jan 2018 16:16:36 +0100 Subject: [PATCH] Bump Chronograf (#3187) /assign @mattfarina --- stable/chronograf/Chart.yaml | 2 +- stable/chronograf/values.yaml | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/stable/chronograf/Chart.yaml b/stable/chronograf/Chart.yaml index 06ca8db912..f5cd4e5707 100755 --- a/stable/chronograf/Chart.yaml +++ b/stable/chronograf/Chart.yaml @@ -1,5 +1,5 @@ name: chronograf -version: 0.3.0 +version: 0.4.0 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 59ec1df6ea..0e24030d25 100644 --- a/stable/chronograf/values.yaml +++ b/stable/chronograf/values.yaml @@ -1,8 +1,8 @@ ## Image Settings ## image: - repository: "quay.io/influxdb/chronograf" - tag: "latest" + repository: "docker.io/chronograf" + tag: "1.3-alpine" pullPolicy: "Always" ## Specify a service type @@ -38,11 +38,11 @@ resources: limits: memory: 2Gi cpu: 2 - + ## Configure the ingress object to hook into existing infastructure ## ref : http://kubernetes.io/docs/user-guide/ingress/ -## OPTIONALLY you can set .Values.ingress.secretName to set which secret to use -## +## OPTIONALLY you can set .Values.ingress.secretName to set which secret to use +## ingress: enabled: false tls: false @@ -70,7 +70,8 @@ oauth: enabled: false client_id: CHANGE_ME client_secret: CHANGE_ME - public_url: "" # eg. http://chronograf.foobar.com + # eg. http://chronograf.foobar.com + public_url: "" # This is a comma seperated list of Google Apps domains (OPTIONAL) google_domains: "" heroku: