You need to sign in or sign up before continuing.
Commit 5b25f52b authored by Carlos Tadeu Panato Junior's avatar Carlos Tadeu Panato Junior Committed by Kubernetes Prow Robot

Bump Kapacitor to 1.5.2-alpine (#10579)

Signed-off-by: 's avatarcpanato <ctadeu@gmail.com>
parent 8f386808
name: kapacitor
version: 1.1.0
appVersion: 1.5.1
version: 1.1.1
appVersion: 1.5.2
description: InfluxDB's native data processing engine. It can process both stream
and batch data from InfluxDB.
keywords:
......
......@@ -48,7 +48,7 @@ The following table lists the configurable parameters of the Kapacitor chart and
| Parameter | Description | Default |
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `image.repository` | Kapacitor image | `kapacitor` |
| `image.tag` | Kapacitor image version | `1.5.1-alpine` |
| `image.tag` | Kapacitor image version | `1.5.2-alpine` |
| `image.pullPolicy` | Kapacitor image pull policy | `IfNotPresent` |
| `service.type` | Kapacitor web service type | `ClusterIP` |
| `persistence.enabled` | Enable Kapacitor persistence using Persistent Volume Claims | `false` |
......
## influxdb image version
## ref: https://hub.docker.com/r/library/influxdb/tags/
## kapacitor image version
## ref: https://hub.docker.com/r/library/kapacitor/tags/
##
image:
repository: "kapacitor"
tag: "1.5.1-alpine"
tag: "1.5.2-alpine"
pullPolicy: "IfNotPresent"
## Specify a service type, defaults to NodePort
......
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