On https://github.com/traefik/mesh it's suggested to add a helm repo in order to perform installation, However, it's not available:
~$ helm repo add traefik-mesh https://traefik.github.io/mesh/charts
Error: looks like "https://traefik.github.io/mesh/charts" is not a valid chart repository or cannot be reached: failed to fetch https://traefik.github.io/mesh/charts/index.yaml : 404 Not Found
This link 301 redirects a few times before finally arriving at https ://traefik.github.io/mesh/charts/index.yaml, which returns 404 not found.
~$ curl -I https ://doc.traefik.io/traefik-mesh/charts/index.yaml
HTTP/2 404
Under these circumstances, how can I proceed with installation?
(I broke links intentionally, since this forum does not allow posts with many links)