Helm chart repo 404 not found

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)

We are currently migrating a lot of repos and renaming products, so this may be something we need to update.

In the meantime, try using the URL provided in the documentation (https://doc.traefik.io/traefik-mesh/install/) and see if that solves the issue. Sorry for the inconvenience.

Hey @sauber,

thanks for the notice. If you follow the new instructions mentioned on the link by @notsureifkevin, all will work.

It was a little circumstance while migrating.

Sorry for the issue.

Yes, instructions on https://doc.traefik.io/traefik-mesh/install/ works. Thank you.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.