sonatype-nexus-community / helm-nexus-push

A plugin for helm that will push a chart to a Nexus Hosted Repository
Apache License 2.0
43 stars 47 forks source link

Updating index.yaml file after chart upload #4

Open pamiel opened 5 years ago

pamiel commented 5 years ago
pamiel commented 5 years ago

Sorry, missing some context: Nexus OSS 3.15.2-01

timpur commented 5 years ago

I believe your issue might be that your not using a Helm Repo Type (https://github.com/sonatype-nexus-community/nexus-repository-helm). Eg if you use this then when you push an archive to nexus it will automatically update the index file for you ...

Hope this helps.