diff --git a/stable/elastalert/Chart.yaml b/stable/elastalert/Chart.yaml index 181853e1b7..53c7f8fdfd 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.11.1 -appVersion: 0.1.38 +version: 0.12.1 +appVersion: 0.1.39 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 aac9f6b447..574413223b 100644 --- a/stable/elastalert/README.md +++ b/stable/elastalert/README.md @@ -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.38 | +| `image.tag` | docker image tag | 0.1.39 | | `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 53b074ad64..c7e78bf6d3 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.38 + tag: 0.1.39 pullPolicy: IfNotPresent resources: {}