nexus-repository-helm icon indicating copy to clipboard operation
nexus-repository-helm copied to clipboard

Helm v3 Support

Open hwaastad opened this issue 4 years ago • 1 comments

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 :-)

hwaastad avatar Jun 16 '20 06:06 hwaastad

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

mlukaretkyi avatar Sep 09 '20 10:09 mlukaretkyi