Unverified Commit 13ec6ee6 authored by timhallinflux's avatar timhallinflux Committed by GitHub

Kapacitor 1.6.4 (#449)

* Update README.md * Kapacitor 1.6.4 * Kapacitor 1.6.4
parent ea357a77
apiVersion: v1
name: kapacitor
version: 1.4.5
appVersion: 1.6.3
version: 1.4.6
appVersion: 1.6.4
description: InfluxDB's native data processing engine. It can process both stream
and batch data from InfluxDB.
keywords:
......
......@@ -47,7 +47,7 @@ The following table lists configurable parameters, their descriptions, and their
| Parameter | Description | Default |
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `image.repository` | image repository url | Kapacitor image | `kapacitor` |
| `image.tag` | Kapacitor image version | `1.5.2-alpine` |
| `image.tag` | Kapacitor image version | `1.6.4-alpine` |
| `image.pullPolicy` | Kapacitor image pull policy | `IfNotPresent` |
| `strategy` | Kapacitor deployment strategy config | |
| `service.type` | Kapacitor web service type | `ClusterIP` |
......
......@@ -3,7 +3,7 @@
##
image:
repository: "kapacitor"
tag: "1.6.3-alpine"
tag: "1.6.4-alpine"
pullPolicy: "IfNotPresent"
## Deployment Strategy 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