I've been using helm to deploy this service on my k8s cluster and want to upgrade my cluster to version 1.22. The extensions/v1beta1 API version of Ingress is no longer served as of v1.22 so this PR changes both occurences in the helm chart to the now used networking.k8s.io/v1 API version.
Hi @dniel
Thanks for creating and maintaining this project.
I've been using helm to deploy this service on my k8s cluster and want to upgrade my cluster to version 1.22. The extensions/v1beta1 API version of Ingress is no longer served as of v1.22 so this PR changes both occurences in the helm chart to the now used networking.k8s.io/v1 API version.
https://kubernetes.io/docs/reference/using-api/deprecation-guide/