helm:download-helm

Full name:

de.eitco.cicd.helm:helm-maven-plugin:4.0.3:download-helm

Description:

This goal downloads the helm executable specified.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Binds by default to the lifecycle phase: initialize.

Required Parameters

Name Type Since Description
<helmVersion> String - No description.
User Property: helmVersion

Optional Parameters

Name Type Since Description
<chartFolder> String - No description.
User Property: chartFolder
<chartName> String - No description.
User Property: chartName
<chartVersion> String - No description.
Default: ${project.model.version}
User Property: chartVersion
<helmArtifactId> String - No description.
Default: helm
User Property: helmArtifactId
<helmDownloadUrl> URI - No description.
Default: https://get.helm.sh/
User Property: helmDownloadUrl
<helmGroupId> String - No description.
Default: com.deviceinsight.helm
User Property: helmGroupId

Parameter Details

<chartFolder>

No description.
  • Type: java.lang.String
  • Required: No
  • User Property: chartFolder

<chartName>

No description.
  • Type: java.lang.String
  • Required: No
  • User Property: chartName

<chartVersion>

No description.
  • Type: java.lang.String
  • Required: No
  • User Property: chartVersion
  • Default: ${project.model.version}

<helmArtifactId>

No description.
  • Type: java.lang.String
  • Required: No
  • User Property: helmArtifactId
  • Default: helm

<helmDownloadUrl>

No description.
  • Type: java.net.URI
  • Required: No
  • User Property: helmDownloadUrl
  • Default: https://get.helm.sh/

<helmGroupId>

No description.
  • Type: java.lang.String
  • Required: No
  • User Property: helmGroupId
  • Default: com.deviceinsight.helm

<helmVersion>

No description.
  • Type: java.lang.String
  • Required: Yes
  • User Property: helmVersion