Skip to content

Commit ea68363

Browse files
[prometheus-elasticsearch-exporter] Update pod labels (#5031)
* Updated pod labels Signed-off-by: Jimmy Bourque <jimmybchopps@gmail.com> * bumped chart version Signed-off-by: Jimmy Bourque <jimmybchopps@gmail.com> * Update charts/prometheus-elasticsearch-exporter/Chart.yaml Bumping version Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com> Signed-off-by: jimmybchopps <jimmybchopps@gmail.com> --------- Signed-off-by: Jimmy Bourque <jimmybchopps@gmail.com> Signed-off-by: jimmybchopps <jimmybchopps@gmail.com> Co-authored-by: zeritti <47476160+zeritti@users.noreply.github.com>
1 parent 8983e10 commit ea68363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/prometheus-elasticsearch-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Elasticsearch stats exporter for Prometheus
33
name: prometheus-elasticsearch-exporter
4-
version: 6.5.1
4+
version: 6.6.0
55
kubeVersion: ">=1.19.0-0"
66
appVersion: "v1.8.0"
77
home: https://github.com/prometheus-community/elasticsearch_exporter

charts/prometheus-elasticsearch-exporter/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
template:
2626
metadata:
2727
labels:
28-
{{- include "elasticsearch-exporter.selectorLabels" . | nindent 8 }}
28+
{{- include "elasticsearch-exporter.labels" . | nindent 8 }}
2929
{{- with .Values.commonLabels }}
3030
{{- toYaml . | nindent 8 }}
3131
{{- end }}

0 commit comments

Comments
 (0)