nflaig / semantic-release-helm

semantic-release plugin to publish Helm charts
MIT License
13 stars 11 forks source link

allow for extra args on helm push? #15

Closed manuschillerdev closed 1 year ago

manuschillerdev commented 1 year ago

for pushing to private nexus registries one has to specify the flag --context-path=/repo/chart with the helm cm-push command.

It would be awesome if we could specify additional parameters for helm cm-push via the options :)

nflaig commented 1 year ago

Should be quite simple to implement at this point, similar to

Feel free to open a PR if you need this quickly