jonstacks/Helm Deploy
Installs/Upgrades a Helm Release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| chart | Name or Path to the chart | yes | — |
| release-name | Name of the release | yes | — |
| atomic | Whether to perform an atomic upgrade | no | — |
| cleanup-on-fail | Whether to cleanup the release on failure | no | — |
| create-namespace | Create the namespace if it does not exist | no | — |
| debug | Enable helm debug | no | — |
| dry-run | Enable Helm dry run | no | — |
| kube-context | Kube context to use | no | — |
| namespace | Namespace to install the release into | no | — |
| sets | A space delimited list of Helm chart sets | no | — |
| timeout | Timeout for the Helm command in Golang duration format. Ex: 20m, 1h, etc. | no | — |
| values | A comma delimited list of Helm chart values | no | — |
| dependency-update | Update dependencies before installing the chart | no | — |
| force | Force resource updates through a replacement strategy | no | — |
| wait | Wait for the release to be ready | no | — |
Outputs
no outputs