From 02f24b0e556af7bcd724b3b2811e6fdeacc8b83a Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 23 Aug 2019 07:57:17 -0400 Subject: [PATCH] Upgrade to Elastalert 0.2.1 with support for Elasticsearch 7 (#16383) Signed-off-by: Jason Ertel --- stable/elastalert/Chart.yaml | 4 ++-- stable/elastalert/README.md | 4 ++-- stable/elastalert/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/elastalert/Chart.yaml b/stable/elastalert/Chart.yaml index 0063a612da..b8b5bc92e4 100644 --- a/stable/elastalert/Chart.yaml +++ b/stable/elastalert/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: ElastAlert is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch. name: elastalert -version: 1.1.0 -appVersion: 0.1.39 +version: 1.2.0 +appVersion: 0.2.1 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 e2247f5274..705f13ba8a 100644 --- a/stable/elastalert/README.md +++ b/stable/elastalert/README.md @@ -10,7 +10,7 @@ For ES 5.x: $ helm install stable/elastalert ``` -For ES 6.x: +For ES 6 and newer: ```console $ helm install stable/elastalert --set writebackIndex=elastalert @@ -52,7 +52,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.39 | +| `image.tag` | docker image tag | 0.2.1 | | `image.pullPolicy` | image pull policy | IfNotPresent | | `command` | command override for container | `NULL` | | `args` | args override for container | `NULL` | diff --git a/stable/elastalert/values.yaml b/stable/elastalert/values.yaml index 82dd3d00cc..463e7c9e63 100644 --- a/stable/elastalert/values.yaml +++ b/stable/elastalert/values.yaml @@ -28,7 +28,7 @@ image: # docker image repository: jertel/elastalert-docker # docker image tag - tag: 0.1.39 + tag: 0.2.1 pullPolicy: IfNotPresent resources: {}