Skip to content

Commit

Permalink
[prometheus-elasticsearch-exporter] Update pod labels (#5031)
Browse files Browse the repository at this point in the history
* Updated pod labels

Signed-off-by: Jimmy Bourque <[email protected]>

* bumped chart version

Signed-off-by: Jimmy Bourque <[email protected]>

* Update charts/prometheus-elasticsearch-exporter/Chart.yaml

Bumping version

Co-authored-by: zeritti <[email protected]>
Signed-off-by: jimmybchopps <[email protected]>

---------

Signed-off-by: Jimmy Bourque <[email protected]>
Signed-off-by: jimmybchopps <[email protected]>
Co-authored-by: zeritti <[email protected]>
  • Loading branch information
jimmybchopps and zeritti authored Dec 22, 2024
1 parent 8983e10 commit ea68363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-elasticsearch-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Elasticsearch stats exporter for Prometheus
name: prometheus-elasticsearch-exporter
version: 6.5.1
version: 6.6.0
kubeVersion: ">=1.19.0-0"
appVersion: "v1.8.0"
home: https://github.com/prometheus-community/elasticsearch_exporter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
template:
metadata:
labels:
{{- include "elasticsearch-exporter.selectorLabels" . | nindent 8 }}
{{- include "elasticsearch-exporter.labels" . | nindent 8 }}
{{- with .Values.commonLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit ea68363

Please sign in to comment.