Closed msousa-fp closed 3 years ago
Unfortunately I can't see what's wrong here.
I couldn't reproduce the problem with helm 2.14.3 linux-amd64. Could you maybe just run mvn helm:package
and post the full output here? Typically, The interesting information comes directly after the line
[INFO] --- helm-maven-plugin:2.8.1:package
It might have to do with your $HELM_HOME, but I can't tell for sure.
I couldn't reproduce the problem because I still had everything in my local cache in ~/.helm
.
A colleague of mine hinted me that there really was a problem with this version of helm. You need to set at least <helmVersion>2.17.0</helmVersion>
or <helmVersion>3.4.2</helmVersion>
.
Hi,
I'm having an issue when executing the mvn clean install and getting the following error.
[ERROR] Failed to execute goal com.deviceinsight.helm:helm-maven-plugin:2.8.1:package (default) on project test-k8s: Error creating helm chart: When executing '/root/.m2/repository/com/deviceinsight/helm/helm/2.14.3/helm-2.14.3-linux-amd64.binary init --client-only' got result code '1' -> [Help 1]
this is my pom build:
Edit by @pvorb: Fix formatting of pom.xml