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 search and version fetch needs rewrite #94

Closed
blacs30 opened this issue Oct 20, 2020 · 1 comment
Closed

Helm search and version fetch needs rewrite #94

blacs30 opened this issue Oct 20, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@blacs30
Copy link
Contributor

blacs30 commented Oct 20, 2020

I got this error:

time="2020-10-20T16:15:19Z" level=error msg="Failed to fetch chart info" chart=velero error="invalid character '<' looking for beginning of value"

And noticed that the url

https://hub.helm.sh/api/chartsvc/v1/charts/search?q= redirects to https://artifacthub.github.io/hub/api/ and that there is a new api.

lcm doesn't get the versions of the helm charts any longer.

A workaround is to use the override configs and reference directly to the index.yaml of the helm repos.

I think this parts needs a fix/rewrite.

@arminc arminc added the bug Something isn't working label Oct 21, 2020
This was referenced Oct 21, 2020
@blacs30
Copy link
Contributor Author

blacs30 commented Oct 21, 2020

Thanks, I can confirm that the fix works fine for me.

@blacs30 blacs30 closed this as completed Oct 21, 2020
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

Successfully merging a pull request may close this issue.

2 participants