From c714009660130e17e32510b5baa2872d493a7ea7 Mon Sep 17 00:00:00 2001 From: bitnami-bot Date: Thu, 8 Aug 2019 16:35:04 +0000 Subject: [PATCH] Synchronize upstreamed folder to fb7282d23 --- upstreamed/external-dns/Chart.yaml | 2 +- upstreamed/external-dns/templates/_helpers.tpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/upstreamed/external-dns/Chart.yaml b/upstreamed/external-dns/Chart.yaml index 263b2c59d5..e63fff3ae0 100644 --- a/upstreamed/external-dns/Chart.yaml +++ b/upstreamed/external-dns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: external-dns -version: 2.5.2 +version: 2.5.3 appVersion: 0.5.15 description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable. keywords: diff --git a/upstreamed/external-dns/templates/_helpers.tpl b/upstreamed/external-dns/templates/_helpers.tpl index 65b5f8ae4c..96f88028cb 100644 --- a/upstreamed/external-dns/templates/_helpers.tpl +++ b/upstreamed/external-dns/templates/_helpers.tpl @@ -37,12 +37,12 @@ app.kubernetes.io/name: {{ template "external-dns.name" . }} helm.sh/chart: {{ template "external-dns.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} -{{- end -}} - -{{/* matchLabels */}} {{- if .Values.podLabels }} {{ toYaml .Values.podLabels }} {{- end }} +{{- end -}} + +{{/* matchLabels */}} {{- define "external-dns.matchLabels" -}} app.kubernetes.io/name: {{ template "external-dns.name" . }} app.kubernetes.io/instance: {{ .Release.Name }}