Skip to content

Commit

Permalink
[prometheus-elasticsearch-exporter] bump elasticsearch exporter to 1.…
Browse files Browse the repository at this point in the history
…7.0 (#4111)

Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored Dec 25, 2023
1 parent 8f37709 commit d628eba
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
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
description: Elasticsearch stats exporter for Prometheus
name: prometheus-elasticsearch-exporter
version: 5.3.1
version: 5.4.0
kubeVersion: ">=1.10.0-0"
appVersion: "v1.6.0"
appVersion: "v1.7.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
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
"--es.shards",
{{- end }}
{{- if .Values.es.snapshots }}
"--es.snapshots",
"--collector.snapshots",
{{- end }}
{{- if .Values.es.cluster_settings }}
"--collector.clustersettings",
Expand Down

0 comments on commit d628eba

Please sign in to comment.