Skip to content

Commit 92f84f7

Browse files
committed
Use consistent description for Helm Chart and Python PIP library
1 parent 14a4c93 commit 92f84f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/elastalert2/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
description: Elastalert 2 is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch.
2+
description: Automated rule-based alerting for Elasticsearch
33
name: elastalert2
44
version: 2.0.3
55
appVersion: 2.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='elastalert2',
1111
version='2.0.3',
12-
description='Runs custom filters on Elasticsearch and alerts on matches',
12+
description='Automated rule-based alerting for Elasticsearch',
1313
setup_requires='setuptools',
1414
license='Apache 2.0',
1515
classifiers=[

0 commit comments

Comments
 (0)