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: {}