dniel / traefik-forward-auth0

A backend for performing forward authentication with Auth0 using the Traefik reverse proxy.
GNU General Public License v3.0
85 stars 16 forks source link

Change api version from extensions/v1beta1 to networking.k8s.io/v1 #341

Open ToonDN opened 1 year ago

ToonDN commented 1 year ago

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/