Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Cannot add the monocular repo #307

Closed
dcieslak19973 opened this issue Jul 3, 2017 · 7 comments
Closed

Cannot add the monocular repo #307

dcieslak19973 opened this issue Jul 3, 2017 · 7 comments

Comments

@dcieslak19973
Copy link

Running:

helm repo add monocular https://helm.github.io/monocular

Error: Looks like "https://helm.github.io/monocular" is not a valid chart repository or cannot be reached: Failed to fetch https://helm.github.io/monocular/index.yaml

@prydonius
Copy link
Member

Hey @dcieslak19973

The repository was recently moved to a different org so you should run

helm repo add https://kubernetes-helm.github.io/monocular/index.yaml

There are PRs #305 and #306 to update the documentation

@dcieslak19973
Copy link
Author

Thanks. I'm able to add the repo. Now doing:

helm fetch monocular/monocular

gives:

Error: Failed to fetch https://helm.github.io/monocular/monocular-0.4.4.tgz

@dove-young
Copy link

dove-young commented Jul 4, 2017

I've got the same error, not found monocular package.

helm install monocular/monocular --debug
[debug] Created tunnel using local port: '34093'

[debug] SERVER: "localhost:34093"

[debug] Original chart version: ""
Error: Failed to fetch https://helm.github.io/monocular/monocular-0.4.4.tgz : 404 Not Found

@blaze33
Copy link

blaze33 commented Jul 7, 2017

Yes, it seems like https://github.com/kubernetes-helm/monocular/blob/gh-pages/index.yaml is not yet updated to reflect the repository move

@prydonius
Copy link
Member

Thanks for pointing it out @dove-young and @blaze33, I've updated #306 to fix this

@prydonius
Copy link
Member

This should now be fixed, @dove-young @blaze33, let me know if it's not the case.

@blaze33
Copy link

blaze33 commented Jul 13, 2017

@prydonius I can confirm it works, thanks

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

No branches or pull requests

4 participants