deviceinsight / helm-maven-plugin

Maven Plugin for Helm Charts
Apache License 2.0
46 stars 22 forks source link

Add resolve goal for resolving the helm binary. #88

Closed kobynet closed 3 years ago

kobynet commented 3 years ago

Added resolve goal for cases where the download is made in parallel, we can use the resolve goal as separate goal just before running the maven build. This change is backward-compatible.

kobynet commented 3 years ago

Please ignore the different commits, we will squash it anyways.