-
Notifications
You must be signed in to change notification settings - Fork 595
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 proxy repo fails when processing index.yaml due to colon in url #519
Comments
This issue is also affecting us as well. It appears to only be happening on our Bitnami helm proxy, which was working fine previously. Other helm proxies are still working ok. Interestingly, our Bitnami proxy repo does have an index.yaml file in it with a file size of around 18mb but when browsing to it, a blank page is returned. |
Having same issue. Cannot see index.html . Last bitnami-related record in Nexus' |
There is a workaround for this issue. A docker proxy repo on Nexus can be used to proxy Helm charts:
|
Thanks @emileonhardt, will give it a try as well. Originally described in #211, comment here suggests that |
Can confirm that switching to https://repo.broadcom.com/bitnami-files made it work, I am able to pull bitnami Helm charts without OCI docker proxy (which I still consider a hack because its semantically incorrect) |
What problem are you trying to solve?
I am proxying the bitnami helm chart repo (https://charts.bitnami.com/bitnami) for local access.
When I try to use the proxied repo with "helm repo add", this does not work:
The downloaded index.yaml ist empty. In the Nexus log, I see the following stack trace:
Do you have a workaround you are using at present?
No.
What feature or behavior is this required for?
Helm Proxy Repo.
How could we solve this issue? (Not knowing is okay!)
Supporting URLs with Colons in them.
Tell us about your Nexus Repository deployment: what version, operating system, and database are you using?
OSS 3.69.0-02 on a Windows VM with OrientDB.
Anything else?
This worked until a couple of days ago. I am attaching the offending index.yaml as a zip file.
index.zip
The text was updated successfully, but these errors were encountered: