[elasticsearch] Upgrade prometheus exporter to v1.9.0

+ rename the slm flag to --collector.slm:
  https://github.com/prometheus-community/elasticsearch_exporter/releases/tag/v1.9.0

Change-Id: I741ab239d438fd2fb26b2229e1071d9556077cee
This commit is contained in:
Arina Stebenkova
2025-05-28 19:33:44 +03:00
parent a1d9989ec0
commit 389e813371
3 changed files with 8 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ spec:
- '--collector.clustersettings'
{{- end }}
{{- if .Values.conf.prometheus_elasticsearch_exporter.es.slm }}
- '--es.slm'
- '--collector.slm'
{{- end }}
{{- if .Values.conf.prometheus_elasticsearch_exporter.es.data_stream }}
- '--es.data_stream'

View File

@@ -25,7 +25,7 @@ images:
s3_bucket: docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_19.2.2-1-20250414
s3_user: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.2-1-20250414
helm_tests: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
prometheus_elasticsearch_exporter: quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.0
prometheus_elasticsearch_exporter: quay.io/prometheuscommunity/elasticsearch-exporter:v1.9.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
snapshot_repository: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.2-1-20250414
elasticsearch_templates: docker.io/linuxserver/yq:latest

View File

@@ -0,0 +1,6 @@
---
elasticsearch:
- Upgrade the Prometheus elasticsearch-exporter to the latest v1.9.0
- Rename the slm flag according to the changelog
https://github.com/prometheus-community/elasticsearch_exporter/releases/tag/v1.9.0
...