Use this action to upload, or publish, a packaged Helm chart into a repository. This action also reports artifact-related data to the workflow run for artifact traceability purposes.
All CloudBees action repositories are listed at CloudBees, Inc. on GitHub. |
Inputs
Input name | Data type | Required? | Description |
---|---|---|---|
|
String |
Yes |
The path of the Helm chart package to be published. |
|
String |
Yes |
The URL of the published Helm chart package. |
Outputs
Output name | Data type | Description |
---|---|---|
|
String |
The image reference pointing to the chart upload location. |
|
String |
The version of the uploaded Helm chart package. |
Usage examples
Use the CloudBees action: Package a Helm chart to package a Helm chart, and this action to publish it.
Full workflow and run example
The following workflow example packages and publishes a Helm chart to an AWS ECR registry, which is compatible with Open Container Initiative (OCI) standards. The workflow then verifies the output.
Example workflow YAML file
After the run has completed, the artifact version and chart reference output are displayed in both
and in the CloudBees platform.
Refer to Build artifacts for more information.