Skip to content

Commit

Permalink
update chronograf to 1.7.7-alpine (helm#10938)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored and k8s-ci-robot committed Jan 30, 2019
1 parent 1ca6132 commit b9e4147
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/chronograf/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chronograf
version: 1.0.0
appVersion: 1.7
version: 1.0.1
appVersion: 1.7.7
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.
Expand Down
2 changes: 1 addition & 1 deletion stable/chronograf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The command removes all the Kubernetes components associated with the chart and

## Configuration

The configurable parameters of the Chronograf chart and
The configurable parameters of the Chronograf chart and
their descriptions can be seen in `values.yaml`. The [full image documentation](https://quay.io/influxdb/chronograf) contains more information about running Chronograf in docker.

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
Expand Down
2 changes: 1 addition & 1 deletion stable/chronograf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
image:
repository: "docker.io/chronograf"
tag: "1.7-alpine"
tag: "1.7.7-alpine"
pullPolicy: "Always"

## Specify a service type
Expand Down

0 comments on commit b9e4147

Please sign in to comment.