diff --git a/charts/external-dns/Chart.yaml b/charts/external-dns/Chart.yaml index 8498852a7..c5238c386 100644 --- a/charts/external-dns/Chart.yaml +++ b/charts/external-dns/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: external-dns description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. type: application -version: 1.13.0 -appVersion: 0.13.5 +version: 1.13.1 +appVersion: 0.13.6 keywords: - kubernetes - externaldns diff --git a/source/node.go b/source/node.go index ad8237d34..261002057 100644 --- a/source/node.go +++ b/source/node.go @@ -78,7 +78,6 @@ func NewNodeSource(ctx context.Context, kubeClient kubernetes.Interface, annotat }, nil } - // Endpoints returns endpoint objects for each service that should be processed. func (ns *nodeSource) Endpoints(ctx context.Context) ([]*endpoint.Endpoint, error) { nodes, err := ns.nodeInformer.Lister().List(ns.labelSelector)