mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
9ed0ea1d8a
commit
ca5d95c810
@@ -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:
|
||||
|
||||
@@ -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 |
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user