[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
This commit is contained in:
Jason Ertel
2018-05-16 15:43:49 -07:00
committed by k8s-ci-robot
parent 9ed0ea1d8a
commit ca5d95c810
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.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:
+1 -1
View File
@@ -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 |
+1 -1
View File
@@ -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: {}