actions-marketplace-validations/Deliverybot Helm Action forked by navi86
Deploys a helm chart
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 | Helm chart path. If set to "app" this will use the built in helm chart found in this repository. (required) | yes | — |
| values | Helm chart values, expected to be a YAML or JSON string. | no | — |
| task | Task name. If the task is "remove" it will remove the configured helm release. | no | — |
| dry-run | Simulate an upgrade. | no | — |
| wait | If true, wait deployment. | no | — |
| atomic | If true, upgrade process rolls back changes made in case of failed upgrade. Defaults to true. | no | — |
| helm | Helm binary to execute, one of [helm, helm3]. | no | — |
| token | Github repository token. If included and the event is a deployment the deployment_status event will be fired. | no | — |
| value-files | Additional value files to apply to the helm chart. Expects JSON encoded array or a string. | no | — |
| secrets | Secret variables to include in value file interpolation. Expects JSON encoded map. | no | — |
| version | Version of the app, usually commit sha works here. | no | — |
Outputs
no outputs