From 2e55f7bbb6ee48553d3d354098ea3f64ca56cb86 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 18 Sep 2018 20:59:29 +0200 Subject: [PATCH] set kapacitor to 1.5.1 (#7790) Signed-off-by: cpanato --- stable/kapacitor/Chart.yaml | 4 ++-- stable/kapacitor/README.md | 4 ++-- stable/kapacitor/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/kapacitor/Chart.yaml b/stable/kapacitor/Chart.yaml index c1decf46fc..ce8296cda9 100755 --- a/stable/kapacitor/Chart.yaml +++ b/stable/kapacitor/Chart.yaml @@ -1,6 +1,6 @@ name: kapacitor -version: 1.0.0 -appVersion: 1.6.2 +version: 1.1.0 +appVersion: 1.5.1 description: InfluxDB's native data processing engine. It can process both stream and batch data from InfluxDB. keywords: diff --git a/stable/kapacitor/README.md b/stable/kapacitor/README.md index 3bff8ee183..6e22d1f7f2 100644 --- a/stable/kapacitor/README.md +++ b/stable/kapacitor/README.md @@ -2,7 +2,7 @@ ## 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 @@ -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.6.2-alpine` | +| `image.tag` | Kapacitor image version | `1.5.1-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` | diff --git a/stable/kapacitor/values.yaml b/stable/kapacitor/values.yaml index 051748eb23..79c9d08998 100644 --- a/stable/kapacitor/values.yaml +++ b/stable/kapacitor/values.yaml @@ -3,7 +3,7 @@ ## image: repository: "kapacitor" - tag: "1.6.2-alpine" + tag: "1.5.1-alpine" pullPolicy: "IfNotPresent" ## Specify a service type, defaults to NodePort