Commit 2c49f0b8 authored by Carlos Tadeu Panato Junior's avatar Carlos Tadeu Panato Junior Committed by Kubernetes Prow Robot

update chronograf to 1.7.7-alpine (#10938)

Signed-off-by: 's avatarcpanato <ctadeu@gmail.com>
parent 5b25f52b
name: chronograf name: chronograf
version: 1.0.0 version: 1.0.1
appVersion: 1.7 appVersion: 1.7.7
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.
......
...@@ -43,7 +43,7 @@ The command removes all the Kubernetes components associated with the chart and ...@@ -43,7 +43,7 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration ## 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. 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, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## ##
image: image:
repository: "docker.io/chronograf" repository: "docker.io/chronograf"
tag: "1.7-alpine" tag: "1.7.7-alpine"
pullPolicy: "Always" pullPolicy: "Always"
## Specify a service type ## Specify a service type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment