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