External-dns fix has been merged

I told you 15 days ago that external-dns wasn't 1.22 complient.
5 days ago the fix kubernetes v1.22: Update controller to use networking.k8s.io/v1 Ingress. by andrewstuart · Pull Request #2281 · kubernetes-sigs/external-dns (github.com) has been made by andrewstuart.
I just build the image of this merge and apply the upgrade with helm:
Edit values.yaml
image:
repository: smartdeploy/external-dns
tag: 1.22
sources:
- service
- ingress
Apply upgrade
helm upgrade --install external-dns -f values.yaml bitnami/external-dns
Since the upgrade everything seems to work perfectly.
Stay tuned!