Details
-
Bug
-
Resolution: Fixed
-
Major
-
3.28.1, 3.29.2
-
2
Description
When we create an helm proxy for https://charts.jetstack.io , into the index.yaml file we have an url with charts path
sources: - https://github.com/jetstack/cert-manager urls: - charts/cert-manager-v1.0.0-alpha.0.tgz
But helm command doesn't retrieve the artifcat : server error
>> helm fetch jetstack/cert-manager Error: failed to fetch https://nexus-url/repository/helm-jetstack-proxy/charts/cert-manager-v1.1.0.tgz : 500 Server Error
If we directly use artifact url without charts path, the artifact was found and downloaded.
https://nexus-url/repository/helm-jetstack-proxy/cert-manager-v1.0.3.tgz
Nexus version : 3.28.1-01
Edition OSS
Attachments
Issue Links
- is duplicated by
-
NEXUS-26227 Helm proxy repositories return 500 instead of 404. Log shows NPE
-
- Closed
-
- is related to
-
NEXUS-24682 Helm repositories require the packages to be relative to the index.yaml
-
- Closed
-