Bump Chronograf (#3187)

/assign @mattfarina
This commit is contained in:
Gianluca Arbezzano
2018-01-02 07:16:36 -08:00
committed by k8s-ci-robot
parent e0d221e899
commit 6c9aef1bc6
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -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.
+7 -6
View File
@@ -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: