kokuwaio / helm-gradle-plugin

Gradle Plugin For HELM Chart Development
MIT License
5 stars 5 forks source link

helm package in helm 3 fails silently #10

Closed wind57 closed 3 years ago

wind57 commented 3 years ago

If you look at the documentation for helm package version 2, there is an option --save; which you exploit in here.

The problem is that the documentation of helm package version 3 does not mention it anymore, as a result gradle helmBuild fails. Even worse, it fails silently because of helmExec used, see here