Skip to content

Commit

Permalink
[prometheus-elasticsearch-exporter] Bump exporter to 1.5.0 (#2342)
Browse files Browse the repository at this point in the history
* chore: bump elasticsearch-exporter to v1.5.0

Signed-off-by: Antoine del Piccolo <antoine.del-piccolo@photobox.com>

* chore: upgrade chart and appVersion

Signed-off-by: Antoine del Piccolo <antoine.del-piccolo@photobox.com>
  • Loading branch information
antoinePB committed Aug 4, 2022
1 parent a3a8328 commit 3d8905d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-elasticsearch-exporter/Chart.yaml
@@ -1,9 +1,9 @@
apiVersion: v1
description: Elasticsearch stats exporter for Prometheus
name: prometheus-elasticsearch-exporter
version: 4.13.0
version: 4.14.0
kubeVersion: ">=1.10.0-0"
appVersion: 1.3.0
appVersion: 1.5.0
home: https://github.com/prometheus-community/elasticsearch_exporter
sources:
- https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-elasticsearch-exporter/values.yaml
Expand Up @@ -14,7 +14,7 @@ restartPolicy: Always

image:
repository: quay.io/prometheuscommunity/elasticsearch-exporter
tag: v1.3.0
tag: v1.5.0
pullPolicy: IfNotPresent
pullSecret: ""

Expand Down

0 comments on commit 3d8905d

Please sign in to comment.