[stable/elastalert] Upgrade elastalert to 0.1.39 (#13334)

Signed-off-by: Jason Ertel <jertel@codesim.com>
This commit is contained in:
Jason Ertel
2019-04-27 09:10:22 -07:00
committed by Kubernetes Prow Robot
parent bfb219ec4e
commit 3fdeda685f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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:
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -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: {}