diff --git a/stable/external-dns/Chart.yaml b/stable/external-dns/Chart.yaml index 68512a0b4d..1b334886b1 100644 --- a/stable/external-dns/Chart.yaml +++ b/stable/external-dns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: external-dns -version: 2.13.1 +version: 2.13.2 appVersion: 0.5.17 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/stable/external-dns/templates/_helpers.tpl b/stable/external-dns/templates/_helpers.tpl index 5c0e9f2afa..10e66226e5 100644 --- a/stable/external-dns/templates/_helpers.tpl +++ b/stable/external-dns/templates/_helpers.tpl @@ -119,7 +119,6 @@ aws_secret_access_key = {{ .Values.aws.credentials.secretKey }} {{- define "external-dns.aws-config" }} [profile default] region = {{ .Values.aws.region }} -source_profile = default {{ end }} {{- define "external-dns.azure-credentials" -}}