authelia / chartrepo

Authelia Helm Charts
https://charts.authelia.com
Apache License 2.0
72 stars 52 forks source link

feat: Allows user to specify traefikCRD apiVersion (to support Traefik v3) #214

Closed mnorrsken closed 6 months ago

mnorrsken commented 1 year ago

Defaults to traefik.containo.us/v1alpha1, but allows user to specify traefik.io/v1alpha1 if they are using a newer version of traefik by setting the ingress.traefikCRD.apiVersion value in values.yaml or setting it to null which will choose the apiVersion based on the cluster capabilities.

traefik.containo.us/v1alpha1 is deprecated in Traefik 2.10 and removed in Traefik v3 in favor of traefik.io/v1alpha1

james-d-elliott commented 6 months ago

Taken over locally with a different implementation in v0.9.0-beta

james-d-elliott commented 6 months ago

Thanks though!