Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevillemont committed Jul 6, 2023
1 parent 4c377e4 commit c71fcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion source/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c71fcb7

Please sign in to comment.