Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
8d30e20c
Commit
8d30e20c
authored
Jan 02, 2018
by
Gianluca Arbezzano
Committed by
k8s-ci-robot
Jan 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Chronograf (#3187)
/assign @mattfarina
parent
66123004
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
Chart.yaml
stable/chronograf/Chart.yaml
+1
-1
values.yaml
stable/chronograf/values.yaml
+7
-6
No files found.
stable/chronograf/Chart.yaml
View file @
8d30e20c
name
:
chronograf
name
:
chronograf
version
:
0.
3
.0
version
:
0.
4
.0
description
:
Open-source web application written in Go and React.js that provides
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
the tools to visualize your monitoring data and easily create alerting and automation
rules.
rules.
...
...
stable/chronograf/values.yaml
View file @
8d30e20c
## Image Settings
## Image Settings
##
##
image
:
image
:
repository
:
"
quay.io/influxdb
/chronograf"
repository
:
"
docker.io
/chronograf"
tag
:
"
latest
"
tag
:
"
1.3-alpine
"
pullPolicy
:
"
Always"
pullPolicy
:
"
Always"
## Specify a service type
## Specify a service type
...
@@ -38,11 +38,11 @@ resources:
...
@@ -38,11 +38,11 @@ resources:
limits
:
limits
:
memory
:
2Gi
memory
:
2Gi
cpu
:
2
cpu
:
2
## Configure the ingress object to hook into existing infastructure
## Configure the ingress object to hook into existing infastructure
## ref : http://kubernetes.io/docs/user-guide/ingress/
## 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
:
ingress
:
enabled
:
false
enabled
:
false
tls
:
false
tls
:
false
...
@@ -70,7 +70,8 @@ oauth:
...
@@ -70,7 +70,8 @@ oauth:
enabled
:
false
enabled
:
false
client_id
:
CHANGE_ME
client_id
:
CHANGE_ME
client_secret
:
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)
# This is a comma seperated list of Google Apps domains (OPTIONAL)
google_domains
:
"
"
google_domains
:
"
"
heroku
:
heroku
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment