From 477f46a9af29de89e941bbc38bdb1ea2c89d74ff Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sat, 7 Apr 2018 17:30:08 +0800 Subject: [PATCH] Add home key for elastalert (#4757) The key "home" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure. --- stable/elastalert/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/elastalert/Chart.yaml b/stable/elastalert/Chart.yaml index 0d82cd0c11..145870f197 100644 --- a/stable/elastalert/Chart.yaml +++ b/stable/elastalert/Chart.yaml @@ -1,7 +1,8 @@ description: ElastAlert is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch. name: elastalert -version: 0.1.2 +version: 0.1.3 appVersion: 0.1.29 +home: https://github.com/Yelp/elastalert icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg sources: - https://github.com/jertel/elastalert-docker