cloudbees-io/Helm chart install
Using helm to install a chart
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- MIT
Pinned Snippet
uses: cloudbees-io/helm-install@462b316f6788f32f1c5d90ed21ee6da690649d56 # v1.1.27tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| release-name | Helm release name | yes | — |
| namespace | Kubernetes namespace to install the chart in, created if missing | — | default |
| create-namespace | Whether to create the namespace if it does not exist | — | true |
| version | Version of the chart to be installed | — | — |
| values-file | Path to a values file relative to the workspace | — | — |
| values-files | List of values files relative to the workspace separated by newline | — | — |
| values | An inline YAML representation of a values file passed to the Helm command | — | — |
| timeout | Helm chart installation timeout. However, `Deployment.spec.progressDeadlineSeconds` takes precedence if it is defined with a lower value within the chart's manifests. | — | 10m |
| chart-location | Helm chart location, can be a URL, a local chart archive, chart repo alias/chart name or an unpacked chart directory | yes | — |
| max-history | MaxHistory limits the maximum number of revisions saved per release | — | 10 |
| debug | Execute the helm command in debug mode | — | false |
| dependency-build | Build dependencies based on the contents of Chart.lock file | — | false |
| env-vars-file | An optional file with key value pairs of the format 'export key=value' to export in the environment before execution of the helm commands. | — | — |
| wait | enables waiting for deployments to stabilize | — | true |
| dry-run | Simulate an upgrade, without actually doing it | — | false |
| registry-configuration | CloudBees registry configuration file containing the registries to use for loading images. By default it uses the file containing the registries configured under 'Integrations' in the CloudBees platform. | — | ${{ cloudbees.registries }} |
Outputs
| name | description |
|---|---|
| release-revision | The helm release revision number after install/upgrade |