Skip to content

Commit

Permalink
[prometheus-elasticsearch-exporter] bump elastic-exporter to 1.6.0 (p…
Browse files Browse the repository at this point in the history
…rometheus-community#3781)

* bump elasticexporter to 1.6.0

Signed-off-by: drfaust92 <[email protected]>

* revert lint changes

Signed-off-by: drfaust92 <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
  • Loading branch information
DrFaust92 authored and Matiasmct committed Mar 20, 2024
1 parent b94aaf6 commit ec45dad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.2.0
version: 5.3.0
kubeVersion: ">=1.10.0-0"
appVersion: 1.5.0
appVersion: "v1.6.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 @@ -75,7 +75,7 @@ spec:
- secretRef:
name: {{ .Values.envFromSecret }}
{{- end }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["elasticsearch_exporter",
{{- with .Values.log.format }}
Expand Down Expand Up @@ -109,7 +109,7 @@ spec:
"--es.snapshots",
{{- end }}
{{- if .Values.es.cluster_settings }}
"--es.cluster_settings",
"--collector.clustersettings",
{{- end }}
{{- if .Values.es.slm }}
"--es.slm",
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-elasticsearch-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ restartPolicy: Always

image:
repository: quay.io/prometheuscommunity/elasticsearch-exporter
tag: v1.5.0
# if not set appVersion field from Chart.yaml is used
tag: ""
pullPolicy: IfNotPresent
pullSecret: ""

Expand Down

0 comments on commit ec45dad

Please sign in to comment.