-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Installing Loki chart from URL, "Error: gzip: invalid header" #29557
Comments
Same issue here but with a custom chart from a private chartmuseum repo |
@thedadams thnx for the fix! This also gave me the insight to add a slash to the url in my repository spec and now I have a working chart repository. |
This is causing the HTTP helm indexes to be downloaded forever in a loop. |
@cbron Had the same issue here but that's actualluy due to a bug in chartmuseum to be more precise #23256 was the bug I found in rancher wich led me to helm/chartmuseum#152 and contains your solution. |
Rancher version: I validated I was able to install from the third party repo without adding a trailing slash and the apps were retrieved from the repo. Listed in the Charts page and I was able to install the Loki app. Checking the Rancher server logs for the repo index refresh I only found the added repo refreshed a few times over a period of ~30 mins.
No other repo index log was found. |
What kind of request is this (question/bug/enhancement/feature request):
Bug
Steps to reproduce (least amount of steps as possible):
Result:
Other details that may be helpful:
Environment information
rancher/rancher
/rancher/server
image tag or shown bottom left in the UI): v2.5.1Cluster information
kubectl version
):The text was updated successfully, but these errors were encountered: