upgrade to elastalert 0.1.35; add olemarkus as additional maintainer per his suggestion (#7713)

Signed-off-by: Jason Ertel <jertel@codesim.com>
This commit is contained in:
Jason Ertel
2018-09-13 05:23:42 -07:00
committed by k8s-ci-robot
parent 4f56b416c8
commit 9aec3c55cf
4 changed files with 9 additions and 5 deletions
+4 -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.7.0
appVersion: 0.1.33
version: 0.8.0
appVersion: 0.1.35
home: https://github.com/Yelp/elastalert
icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg
sources:
@@ -10,4 +10,6 @@ sources:
maintainers:
- name: jertel
email: jertel@codesim.com
- name: olemarkus
email: o.with@sportradar.com
engine: gotpl
+3 -1
View File
@@ -1,4 +1,6 @@
approvers:
- jertel
- olemarkus
reviewers:
- jertel
- jertel
- olemarkus
+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.33 |
| `image.tag` | docker image tag | 0.1.35 |
| `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.33
tag: 0.1.35
pullPolicy: IfNotPresent
resources: {}