Unverified Commit 137e5104 authored by timhallinflux's avatar timhallinflux Committed by GitHub

Chronograf 1.9.4 (#448)

* Chronograf 1.9.4 * Chronograf 1.9.4 * Bump for Chronograf 1.9.4
parent 13ec6ee6
apiVersion: v1 apiVersion: v1
name: chronograf name: chronograf
version: 1.2.4 version: 1.2.5
appVersion: 1.9.3 appVersion: 1.9.4
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 | chronograf | | `image.repository` | image repository url | chronograf |
| `image.tag` | controller container image tag | 1.9.3 | | `image.tag` | controller container image tag | 1.9.4 |
| `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 |
......
...@@ -4,7 +4,7 @@ image: ...@@ -4,7 +4,7 @@ image:
repository: "chronograf" repository: "chronograf"
## DockerHub is now the preferred repo ## DockerHub is now the preferred repo
## alternative: quay.io/influxdb/chronograf ## alternative: quay.io/influxdb/chronograf
tag: 1.9.3 tag: 1.9.4
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