From f4d4c41102a567c548708cbd2346a6ca87f65152 Mon Sep 17 00:00:00 2001 From: Lachlan Cooper Date: Tue, 18 Dec 2018 07:08:43 +1100 Subject: [PATCH] [stable/prometheus-consul-exporter] Fix service selector (#9958) * [stable/prometheus-consul-exporter] Fix selector Signed-off-by: Lachlan Cooper * Bump chart version Signed-off-by: Lachlan Cooper --- stable/prometheus-consul-exporter/Chart.yaml | 2 +- stable/prometheus-consul-exporter/templates/service.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/prometheus-consul-exporter/Chart.yaml b/stable/prometheus-consul-exporter/Chart.yaml index 27ccd8e168..85470043d6 100644 --- a/stable/prometheus-consul-exporter/Chart.yaml +++ b/stable/prometheus-consul-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.4.0" description: A Helm chart for the Prometheus Consul Exporter name: prometheus-consul-exporter -version: 0.1.1 +version: 0.1.2 keywords: - metrics - consul diff --git a/stable/prometheus-consul-exporter/templates/service.yaml b/stable/prometheus-consul-exporter/templates/service.yaml index 56a1abfe63..c88fe5d9bd 100644 --- a/stable/prometheus-consul-exporter/templates/service.yaml +++ b/stable/prometheus-consul-exporter/templates/service.yaml @@ -18,3 +18,4 @@ spec: name: http selector: app: {{ template "prometheus-consul-exporter.name" . }} + release: {{ .Release.Name }}