| chart | Path to the packaged chart. | yes | — |
| remote | Registry to publish the chart to. | yes | — |
| commit | The commit ID from the source repository, used when registering the build artifact in CloudBees platform.
| — | ${{ cloudbees.scm.sha }} |
| repository-url | The clone URL of the source repository, used when registering the build artifact in CloudBees platform.
| — | ${{ cloudbees.scm.repositoryUrl }} |
| ref | The ref or branch of the source repository, used when registering the build artifact in CloudBees platform.
| — | ${{ cloudbees.scm.ref }} |
| artifact-name | The name of the artifact, used when registering the build artifact in CloudBees Unify. If not provided, the artifact name defaults to the name of the chart.
| no | — |
| component-id | The ID of the component associated with the artifact. If not provided, the artifact is registered with the component of the current workflow run.
| no | ${{ cloudbees.component.id }} |