From ca5d95c810a973181b0e15561d23a780feabbf15 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 16 May 2018 18:43:49 -0400 Subject: [PATCH] [stable/elastalert] Upgrade to 0.1.30 of elastalert docker image (#5542) * upgrade to new docker image 0.1.30 * upgrade to new docker image 0.1.30 --- stable/elastalert/Chart.yaml | 4 ++-- stable/elastalert/README.md | 2 +- stable/elastalert/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/elastalert/Chart.yaml b/stable/elastalert/Chart.yaml index bbe79c6c49..13b7362b56 100644 --- a/stable/elastalert/Chart.yaml +++ b/stable/elastalert/Chart.yaml @@ -1,7 +1,7 @@ description: ElastAlert is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch. name: elastalert -version: 0.2.0 -appVersion: 0.1.29 +version: 0.2.1 +appVersion: 0.1.30 home: https://github.com/Yelp/elastalert icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg sources: diff --git a/stable/elastalert/README.md b/stable/elastalert/README.md index 2e9b7c4fe2..426f0471a8 100644 --- a/stable/elastalert/README.md +++ b/stable/elastalert/README.md @@ -33,7 +33,7 @@ The command removes all the Kubernetes components associated with the chart and | Parameter | Description | Default | | ---------------------- | ------------------------------------------------- | ------------------------------- | | `image.repository` | docker image | jertel/elastalert-docker | -| `image.tag` | docker image tag | 0.1.29 | +| `image.tag` | docker image tag | 0.1.30 | | `image.pullPolicy` | image pull policy | IfNotPresent | | `replicaCount` | number of replicas to run | 1 | | `elasticsearch.host` | elasticsearch endpoint to use | elasticsearch | diff --git a/stable/elastalert/values.yaml b/stable/elastalert/values.yaml index e8a7247e0e..44c605daf7 100644 --- a/stable/elastalert/values.yaml +++ b/stable/elastalert/values.yaml @@ -13,7 +13,7 @@ image: # docker image repository: jertel/elastalert-docker # docker image tag - tag: 0.1.29 + tag: 0.1.30 pullPolicy: IfNotPresent resources: {}