From 803deee0bcfb81c07bd276b7b80eb6d94b26bf03 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Tue, 30 Jun 2020 16:53:11 +0100 Subject: [PATCH] Fix istio-operator typo --- charts/istio-operator/Chart.yaml | 2 +- charts/istio-operator/templates/servicemonitor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/istio-operator/Chart.yaml b/charts/istio-operator/Chart.yaml index 1548480d..5b133ced 100644 --- a/charts/istio-operator/Chart.yaml +++ b/charts/istio-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: istio-operator -version: 1.0.1 +version: 1.0.2 appVersion: 1.6.3 description: A Helm chart for the Istio Operator. keywords: diff --git a/charts/istio-operator/templates/servicemonitor.yaml b/charts/istio-operator/templates/servicemonitor.yaml index 5602e194..d0d37c3c 100644 --- a/charts/istio-operator/templates/servicemonitor.yaml +++ b/charts/istio-operator/templates/servicemonitor.yaml @@ -2,7 +2,7 @@ apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor metadata: - name: {{ include "nexus3.fullname" . }} + name: {{ include "istio-operator.fullname" . }} labels: {{- include "istio-operator.labels" . | nindent 4 }} {{- with .Values.serviceMonitor.additionalLabels }}