We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
https://hub.helm.sh/api/chartsvc/v1/charts/search?q=
https://artifacthub.github.io/hub/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.
The text was updated successfully, but these errors were encountered:
Thanks, I can confirm that the fix works fine for me.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I got this error:
And noticed that the url
https://hub.helm.sh/api/chartsvc/v1/charts/search?q=
redirects tohttps://artifacthub.github.io/hub/api/
and that there is a new api.lcm doesn't get the versions of the helm charts any longer.
I think this parts needs a fix/rewrite.
The text was updated successfully, but these errors were encountered: