gynzy/Deliverybot Helm Action
Deploys a helm chart
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 6, 2025
- License
- MIT
Pinned Snippet
uses: gynzy/helm-action@c14cbe9f3209ee574c95b8c8fa9ab5deaac286cd # v1tags can be moved; commit SHAs can't. why a SHA?
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 | — |
| atomic | If true, upgrade process rolls back changes made in case of failed upgrade. Defaults to true. | no | — |
| helm | Helm binary to execute (defaults to Helm 3). | no | — |
| timeout | specify a timeout for helm deployment. to be used in conjunction with wait (default if omitted is 5m) | no | — |
| wait | If true, will wait until all Pods, PVCs, Services, and minimum number of Pods of a Deployment are in a ready state before marking the release as successful. | 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 | — |
| fetch-dependencies | If true, fetches chart dependencies before installing or upgrading. | no | — |
Outputs
no outputs