Unverified Commit 6a1ab910 authored by timhallinflux's avatar timhallinflux Committed by GitHub

Update for Chronograf 1.9.3 (#418)

* Update for Chronograf 1.9.3 * Update for Chronograf 1.9.3 * Update to remove quay. Docker Hub is now default * Update values.yaml
parent caca98b4
apiVersion: v1 apiVersion: v1
name: chronograf name: chronograf
version: 1.2.2 version: 1.2.3
appVersion: 1.9.1 appVersion: 1.9.3
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.
......
...@@ -46,8 +46,8 @@ The following table lists configurable parameters, their descriptions, and their ...@@ -46,8 +46,8 @@ 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 | chronograf |
| `image.tag` | controller container image tag | 1.9.1 | | `image.tag` | controller container image tag | 1.9.3 |
| `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 |
......
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
## ##
image: image:
repository: "chronograf" repository: "chronograf"
## default: quay.io/influxdb/chronograf ## DockerHub is now the preferred repo
tag: 1.9.1 ## alternative: quay.io/influxdb/chronograf
tag: 1.9.3
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