Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add monasca-helm repo #446

Open
Mohamedji opened this issue Aug 9, 2019 · 5 comments
Open

Unable to add monasca-helm repo #446

Mohamedji opened this issue Aug 9, 2019 · 5 comments

Comments

@Mohamedji
Copy link

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.

@timothyb89
Copy link
Member

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/

@timothyb89
Copy link
Member

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/

@Mohamedji
Copy link
Author

@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.

@Mohamedji
Copy link
Author

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/..

@timothyb89
Copy link
Member

Thanks for the info, I've just updated index.yaml to fix the broken links and added a pull request (#447) to fix the rest of the references to monasca.io in this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants