kokuwaio / helm-maven-plugin

Simple plugin to package helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm package manager is not downloading with <helmDownloadUrl

ccfahe opened this issue · comments

Is this a request for help?:
It is a help and may be a bug too


Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug report

Environment (plugin version, maven version, OS, ...):
plugin version 6.7.0 ,mvn 3.8.6,Linux

What happened:
I want to download helm package manager using helm-maven plugin instead of manually downloading in the build machine but the https://get.helm.sh/helm-v3.8.2-linux-amd64.tar.gz does not work and I got below error

] Failed to execute goal io.kokuwa.maven:helm-maven-plugin:6.7.0:dependency-build (helm-package) on project spring-rest-hello-world: Helm executable not found.

What you expected to happen:
I want to download helm package manager using helm-maven plugin instead of manually downloading in the build machine

How to reproduce it (as minimally and precisely as possible):
mvn clean package

Anything else we need to know:
Other config:
${project.basedir}
${helm.chart.version}
https://get.helm.sh/helm-v3.8.2-linux-amd64.tar.gz
false
false

Did you run mvn helm:init? Can you provide the logs for mvn helm:init -X?

I guess I missed this,Thanks for the help,it worked :)