sergkeim/Helm Deploy Release
Deploys a helm chart to Kubernetes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| release | Helm release name. Will be combined with track if set. (required) | yes | — |
| namespace | Kubernetes namespace name. (required) | yes | — |
| chart | Path to Helm chart. (required) | yes | — |
| task | Task name. If the task is "remove" it will remove the configured helm release. | no | — |
| dry-run | Simulate an upgrade. | no | — |
| atomic | If true, upgrade process rolls back changes made in case of failed upgrade. Defaults to true. | no | — |
| values | Value files to apply to the helm chart. Expects JSON encoded array or a string. | no | — |
| vars | Variables to include in value file interpolation. Expects JSON encoded map. | no | — |
| secrets | Secret variables to include in value file interpolation. Expects JSON encoded map. | no | — |
| chart-version | Chart Version | no | — |
| version | Version of the app, usually commit sha works here. | no | — |
| timeout | A Go duration value to wait for Kubernetes commands to complete. This defaults to 5m0s. | no | — |
| args | List of deploy-time args | no | — |
Outputs
no outputs