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 apiVersion: v1
name: kapacitor name: kapacitor
version: 1.4.5 version: 1.4.6
appVersion: 1.6.3 appVersion: 1.6.4
description: InfluxDB's native data processing engine. It can process both stream description: InfluxDB's native data processing engine. It can process both stream
and batch data from InfluxDB. and batch data from InfluxDB.
keywords: keywords:
......
...@@ -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 | Kapacitor image | `kapacitor` | | `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` | | `image.pullPolicy` | Kapacitor image pull policy | `IfNotPresent` |
| `strategy` | Kapacitor deployment strategy config | | | `strategy` | Kapacitor deployment strategy config | |
| `service.type` | Kapacitor web service type | `ClusterIP` | | `service.type` | Kapacitor web service type | `ClusterIP` |
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## ##
image: image:
repository: "kapacitor" repository: "kapacitor"
tag: "1.6.3-alpine" tag: "1.6.4-alpine"
pullPolicy: "IfNotPresent" pullPolicy: "IfNotPresent"
## Deployment Strategy type ## 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