nexus-repository-helm
nexus-repository-helm copied to clipboard
Helm v3 Support
Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.
-
What are you trying to do? upload artifacts with apiVersion v2
-
What feature or behavior is this required for? Requirements for Helm v3 deployments in Rancher k8s environment
-
How could we solve this issue? (Not knowing is okay!) Currently calculated index.yaml has:
apiVersion: v1
entries:
<name>:
- appVersion:
To also support v3:
apiVersion: v1
entries:
<name>:
- appVersion:
apiVersion: v1/v2
This is basically what other repos do (i.e artifactory/chartmuseum etc)
- Anything else? Should be an easy fix in HelmAttributes :-)
Hi, we are moving helm source code to nexus public. This github page will be archived. Your issue https://issues.sonatype.org/browse/NEXUS-25200