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

helm installation broken #501

Closed
nstott opened this issue Jun 1, 2020 · 2 comments
Closed

helm installation broken #501

nstott opened this issue Jun 1, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@nstott
Copy link

nstott commented Jun 1, 2020

Describe the bug
Helm installation instructions do not work

Steps To Reproduce
following the helm installation instructions does not work

helm repo add kuberhealthy https://comcast.github.io/kuberhealthy/helm-repos
Error: looks like "https://comcast.github.io/kuberhealthy/helm-repos" is not a valid chart repository or cannot be reached: failed to fetch https://comcast.github.io/kuberhealthy/helm-repos/index.yaml : 404 Not Found

If I try the new chart location I can add the repository

helm repo add kuberhealthy https://comcast.github.io/kuberhealthy/helm-repos/kuberhealthy-2.1.0/
"kuberhealthy" has been added to your repositories

but I am unable to fetch the chart

helm fetch kuberhealthy/kuberhealthy                                                            
Error: failed to fetch https://comcast.github.io/kuberhealthy/helm-repos/kuberhealthy-2.1.0/kuberhealthy/kuberhealthy-2.1.0.tgz : 404 Not Found

Expected behavior

everything just works

Versions
kube 1.14,
helm 3

@nstott nstott added the bug Something isn't working label Jun 1, 2020
@integrii
Copy link
Collaborator

integrii commented Jun 1, 2020

This should be fixed now! A last minute helm chart publish got mixed up and we just fixed it. Thank you for reporting this.

@integrii integrii closed this as completed Jun 1, 2020
@nstott
Copy link
Author

nstott commented Jun 1, 2020

can confirm, thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants