Unverified Commit a3ab7b53 authored by ivanflux's avatar ivanflux Committed by GitHub

change Chronograf version from 1.8.0 to 1.8.8 (#236)

parent 20aeb75f
apiVersion: v1 apiVersion: v1
name: chronograf name: chronograf
version: 1.1.18 version: 1.1.19
appVersion: 1.8.0 appVersion: 1.8.8
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.
......
...@@ -47,7 +47,7 @@ The following table lists configurable parameters, their descriptions, and their ...@@ -47,7 +47,7 @@ The following table lists configurable parameters, their descriptions, and their
| Parameter | Description | Default | | Parameter | Description | Default |
|:-----------------------------|:----------------------------------------------------------------------------------------------------------|:--------------------------------------------| |:-----------------------------|:----------------------------------------------------------------------------------------------------------|:--------------------------------------------|
| `image.repository` | image repository url | quay.io/influxdb/chronograf | | `image.repository` | image repository url | quay.io/influxdb/chronograf |
| `image.tag` | controller container image tag | 1.8.0 | | `image.tag` | controller container image tag | 1.8.8 |
| `image.pullPolicy` | controller container image pull policy | IfNotPresent | | `image.pullPolicy` | controller container image pull policy | IfNotPresent |
| `service.replicas` | number of replicas for the specified service.type | 1 | | `service.replicas` | number of replicas for the specified service.type | 1 |
| `service.type` | ClusterIP, NodePort, or LoadBalancer | ClusterIP | | `service.type` | ClusterIP, NodePort, or LoadBalancer | ClusterIP |
...@@ -139,4 +139,4 @@ envFromSecret: chronograf-google-env-secrets ...@@ -139,4 +139,4 @@ envFromSecret: chronograf-google-env-secrets
[...] [...]
``` ```
Check out our [Slack channel](https://www.influxdata.com/slack) for support and information. Check out our [Slack channel](https://www.influxdata.com/slack) for support and information.
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
image: image:
repository: "chronograf" repository: "chronograf"
## default: quay.io/influxdb/chronograf ## default: quay.io/influxdb/chronograf
tag: 1.8.0 tag: 1.8.8
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## 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