From 759bd96747886e774fdd71eba640e9428fcfc86f Mon Sep 17 00:00:00 2001 From: William H Date: Wed, 4 Jan 2023 10:43:04 -0500 Subject: [PATCH] feat(istio-ingress-gateway): Correct for proper labels --- stable/istio-ingress-gateway/Chart.yaml | 2 +- stable/istio-ingress-gateway/templates/_helpers.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/istio-ingress-gateway/Chart.yaml b/stable/istio-ingress-gateway/Chart.yaml index 9f8808f0..15bfb177 100644 --- a/stable/istio-ingress-gateway/Chart.yaml +++ b/stable/istio-ingress-gateway/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.0.1 +version: 3.0.2 dependencies: - name: gateway diff --git a/stable/istio-ingress-gateway/templates/_helpers.tpl b/stable/istio-ingress-gateway/templates/_helpers.tpl index d7374382..52dc0283 100644 --- a/stable/istio-ingress-gateway/templates/_helpers.tpl +++ b/stable/istio-ingress-gateway/templates/_helpers.tpl @@ -54,7 +54,7 @@ app.kubernetes.io/instance: {{ .Release.Name }} Istio Gateway Selector labels */}} {{- define "istio-ingress-gateway.gatewaySelectorLabels" -}} -app: {{ include "istio-ingress-gateway.name" . }} +app: {{ .Release.Name }} istio: {{ .Release.Name }} {{- end }}