actions-marketplace-validations/Deploy HelmFile
Deploy on Kubernetes with HelmFile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 15, 2025
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/cloudposse_github-action-deploy-helmfile@f5276f884271d4e102ca0845f2063a0bdfc61c88 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cluster | Cluster name | yes | — |
| aws-region | AWS region | no | us-east-1 |
| helmfile-path | The path where lives the helmfile. | no | deploy |
| helmfile | Helmfile name | no | helmfile.yaml |
| operation | Operation with helmfiles. (valid options - `deploy`, `destroy`) | yes | deploy |
| environment | Helmfile environment | no | preview |
| gitref-sha | Git SHA | no | "" |
| namespace | Kubernetes namespace | yes | — |
| image | Docker image | yes | — |
| image-tag | Docker image tag | yes | — |
| debug | Debug mode | no | false |
| release_label_name | The name of the label used to describe the helm release | no | release |
| values_yaml | YAML string with extra values to use in a helmfile deploy | no | — |
| helm_version | Helm version | — | 3.11.1 |
| helmfile_version | Helmfile version | — | 0.143.5 |
| kubectl_version | Kubectl version | — | 1.26.3 |
| chamber_version | Kubectl version | — | 2.11.1 |
| url-resource-type | The type of the resource to get the URL from | no | ingress |
Outputs
| name | description |
|---|---|
| webapp-url | Web Application url |