Unable to add monasca-helm repo
helm repo add monasca http://monasca.io/monasca-helm
Error: Looks like "http://monasca.io/monasca-helm" is not a valid chart repository or cannot be reached: Failed to fetch http://monasca.io/monasca-helm/index.yaml : 404 Not Found
Looks like monasca.io is down which was hosting monasca.io/monasca-helm index.yaml. Please check.
It looks like the monasca.io domain expired, and unfortunately its owner is no longer working on the project.
You can still directly use the repository via GitHub, though:
helm repo add monasca https://raw.githubusercontent.com/monasca/monasca-helm/gh-pages/
I've also just removed the redirect for our github.io domain, so now https://monasca.github.io/ works again:
helm repo add monasca https://monasca.github.io/monasca-helm/
@timothyb89 Thanks for quick update.
helm install -f monasca_values.yaml --name monasca --namespace monasca monasca/monasca --debug [debug] Created tunnel using local port: '36204'
[debug] SERVER: "127.0.0.1:36204"
[debug] Original chart version: "" Error: Failed to fetch http://monasca.io/monasca-helm/monasca-0.6.4.tgz : 404 Not Found
Looks like index.yaml is still pointing to old repo url.
I am able to fetch from : http://monasca.github.io/monasca-helm/monasca-0.6.4.tgz
I guess index.yaml need to be updated from http://monasca.io/.. to htttp://monasca.github.io/..
Thanks for the info, I've just updated index.yaml to fix the broken links and added a pull request (https://github.com/monasca/monasca-helm/pull/447) to fix the rest of the references to monasca.io in this repo.