actions-marketplace-validations/Helm Deploy by LaputaCloud
Deploys a helm chart
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 26, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/laputacloudco_helm-deploy-action@b96c7e1abffb8da61a194afe0ac6540ff050de30 # no releases — HEAD as of 2026-07-12tags 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 | — |
| repository | The URL for a helm repo to come from. (optional) | no | — |
| namespace | Kubernetes namespace name. (required) | yes | — |
| chart | Helm chart path. (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 | — |
| 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