Custom Resource Definition Helm Chart vs Docs

Hello,

I am in the process fo upgrading from 2.4.2 to 2.5.5 using traefik-helm-chart in GitHub. Following the documentation Traefik v2 minor migrations - Traefik. The reference to the Definitions in the documentation do not match the crds in the helm chart repo traefik-helm-chart/traefik/crds at master · traefik/traefik-helm-chart · GitHub.
Specifically the difference in the annotations version
In the repo

metadata:
  annotations:
    controller-gen.kubebuilder.io/version: v0.4.1

In the documentation

metadata:
  annotations:
    controller-gen.kubebuilder.io/version: v0.6.2

I used the definitions in the documentation with v0.6.2 in the annotations for my lower environments and the upgrade was successful. I am wondering if the repo needs to be updated to match.