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 repo is not working #188

Closed
yuvraj9 opened this issue Mar 10, 2021 · 6 comments · Fixed by #191
Closed

Helm repo is not working #188

yuvraj9 opened this issue Mar 10, 2021 · 6 comments · Fixed by #191
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@yuvraj9
Copy link

yuvraj9 commented Mar 10, 2021

What happened:
Helm repo is not working. Getting below error

Error: looks like "https://github.com/kubernetes/cloud-provider-aws" is not a valid chart repository or cannot be reached: failed to fetch https://github.com/kubernetes/cloud-provider-aws/index.yaml : 404 Not Found

What you expected to happen:
Running helm add command should have added the repository but its failing

How to reproduce it (as minimally and precisely as possible):
Run this command - helm repo add aws-cloud-controller-manager https://github.com/kubernetes/cloud-provider-aws

/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Mar 10, 2021
@ayberk
Copy link
Contributor

ayberk commented Mar 10, 2021

Unfortunately we're currently not serving the charts anywhere because we're using github pages for our documentation. This is on my list and I'll update the ticket when it's resolved.

I'm afraid the only way to install it via helm right now is cloning the repo and installing directly from the local folder.

@jeswinkninan
Copy link
Contributor

@ayberk Can you please assign this issue to me

@ayberk
Copy link
Contributor

ayberk commented Mar 15, 2021

@jeswinkninan Where are you planning to host the charts? I was planning to move docs to another hosting solution and use gh-pages for our helm charts.

@jeswinkninan
Copy link
Contributor

@ayberk Hope the new PR will fix the issue?

@ayberk
Copy link
Contributor

ayberk commented Mar 23, 2021

@jeswinkninan yep. It worked on my fork, but let me know if it doesn't work for you.

@nckturner
Copy link
Contributor

Closing, #191 should resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants