The HelmPublish step publishes a Helm chart and associated build info from a location in a Git repo to a Helm repository in Artifactory.
This step uses the helm package
command to publish the collection of Helm files in the GitRepo to Artifactory.
The step can optionally publish build info with the Helm chart to Artifactory using the autoPublishBuildInfo
flag.
Once the Helm chart is published to Artifactory, it can be deployed to a Kubernetes cluster using HelmDeploy.
The following topics provide more information on HelmPublish Pipeline steps: