Closed wind57 closed 3 years ago
If you look at the documentation for helm package version 2, there is an option --save; which you exploit in here.
--save
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
gradle helmBuild
helmExec
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 ofhelmExec
used, see here