Commit cf9fbeed authored by Carlos Tadeu Panato Junior's avatar Carlos Tadeu Panato Junior Committed by k8s-ci-robot

set kapacitor to 1.5.1 (#7790)

Signed-off-by: 's avatarcpanato <ctadeu@gmail.com>
parent e213b828
name: kapacitor name: kapacitor
version: 1.0.0 version: 1.1.0
appVersion: 1.6.2 appVersion: 1.5.1
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:
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## An Open-Source Time Series ETL and Alerting Engine ## An Open-Source Time Series ETL and Alerting Engine
[Kapacitor](https://github.com/influxdata/kapacitor) is an open-source framework built by the folks over at [InfluxData](https://influxdata.com) and written in Go for processing, monitoring, and alerting on time series data [Kapacitor](https://github.com/influxdata/kapacitor) is an open-source framework built by the folks over at [InfluxData](https://influxdata.com) and written in Go for processing, monitoring, and alerting on time series data
## QuickStart ## QuickStart
...@@ -48,7 +48,7 @@ The following table lists the configurable parameters of the Kapacitor chart and ...@@ -48,7 +48,7 @@ The following table lists the configurable parameters of the Kapacitor chart and
| Parameter | Description | Default | | Parameter | Description | Default |
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- | | ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
| `image.repository` | Kapacitor image | `kapacitor` | | `image.repository` | Kapacitor image | `kapacitor` |
| `image.tag` | Kapacitor image version | `1.6.2-alpine` | | `image.tag` | Kapacitor image version | `1.5.1-alpine` |
| `image.pullPolicy` | Kapacitor image pull policy | `IfNotPresent` | | `image.pullPolicy` | Kapacitor image pull policy | `IfNotPresent` |
| `service.type` | Kapacitor web service type | `ClusterIP` | | `service.type` | Kapacitor web service type | `ClusterIP` |
| `persistence.enabled` | Enable Kapacitor persistence using Persistent Volume Claims | `false` | | `persistence.enabled` | Enable Kapacitor persistence using Persistent Volume Claims | `false` |
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## ##
image: image:
repository: "kapacitor" repository: "kapacitor"
tag: "1.6.2-alpine" tag: "1.5.1-alpine"
pullPolicy: "IfNotPresent" pullPolicy: "IfNotPresent"
## Specify a service type, defaults to NodePort ## 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