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 }}