diff --git a/stable/elastalert/Chart.yaml b/stable/elastalert/Chart.yaml index ccf8c8d6a7..e02fdc70a2 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.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 diff --git a/stable/elastalert/OWNERS b/stable/elastalert/OWNERS index 7dee5c48f1..25591f05ea 100644 --- a/stable/elastalert/OWNERS +++ b/stable/elastalert/OWNERS @@ -1,4 +1,6 @@ approvers: - jertel +- olemarkus reviewers: -- jertel \ No newline at end of file +- jertel +- olemarkus \ No newline at end of file diff --git a/stable/elastalert/README.md b/stable/elastalert/README.md index 7ccd76a47c..3fd6cad4a5 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.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` | diff --git a/stable/elastalert/values.yaml b/stable/elastalert/values.yaml index bd708ffc60..0c2e65be77 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.33 + tag: 0.1.35 pullPolicy: IfNotPresent resources: {}