From 39822efef6de2eb2799dca5dde3e4b864a8ed4c4 Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Wed, 4 Sep 2019 17:47:00 +0100 Subject: [PATCH] [stable/stackdriver-exporter] Correct servicemonitor name (#16750) Fixes typo from https://github.com/helm/charts/pull/16372 Signed-off-by: Charlie Egan --- stable/stackdriver-exporter/Chart.yaml | 2 +- stable/stackdriver-exporter/templates/servicemonitor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/stackdriver-exporter/Chart.yaml b/stable/stackdriver-exporter/Chart.yaml index 3fd749a160..c867586cec 100644 --- a/stable/stackdriver-exporter/Chart.yaml +++ b/stable/stackdriver-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Stackdriver exporter for Prometheus name: stackdriver-exporter -version: 1.2.0 +version: 1.2.1 appVersion: 0.6.0 home: https://www.stackdriver.com/ sources: diff --git a/stable/stackdriver-exporter/templates/servicemonitor.yaml b/stable/stackdriver-exporter/templates/servicemonitor.yaml index 11b8fc410e..664f745c9c 100644 --- a/stable/stackdriver-exporter/templates/servicemonitor.yaml +++ b/stable/stackdriver-exporter/templates/servicemonitor.yaml @@ -2,7 +2,7 @@ apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: - name: {{ template "prometheus-pushgateway.name" . }} + name: {{ template "stackdriver-exporter.name" . }} {{- if .Values.serviceMonitor.namespace }} namespace: {{ .Values.serviceMonitor.namespace }} {{- end }}