helmfile/helmfile-action
Install and run Helmfile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 11, 2026
- License
- MIT
Pinned Snippet
uses: helmfile/helmfile-action@54b1d14bdfb9ae815b1f4ef213273a9025b6bdee # v2.4.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| helmfile-args | Helmfile arguments | yes | — |
| helmfile-auto-init | Automatically initialize helmfile | no | false |
| helmfile-version | Helmfile version | no | latest |
| helm-version | Helm version | no | latest |
| helmfile-workdirectory | Helmfile working directory | no | . |
| helm-plugins | Comma separated list of Helm plugins to install | no | https://github.com/databus23/helm-diff |
| helmfile-kubeconfig-context | kubeconfig context, it not empty, it will be written to the kubeconfig file | no | "" |
| helm-diff-color | Enable helm diff plugin color output | no | true |
Outputs
| name | description |
|---|---|
| exit-code | Exit code of helmfile. Useful to handle diff --detailed-exitcode |
| helmfile-stdout | Standard output of helmfile command |
| helmfile-stderr | Error output of helmfile command |