Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Bump Kapacitor to 1.5.2-alpine (#10579)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato authored and k8s-ci-robot committed Jan 15, 2019
1 parent 3614cbc commit c613955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions stable/kapacitor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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:
Expand Down
2 changes: 1 addition & 1 deletion stable/kapacitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
6 changes: 3 additions & 3 deletions stable/kapacitor/values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 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
Expand Down

0 comments on commit c613955

Please sign in to comment.