actions-marketplace-validations/Kubernetes Helm Multi-Deploy (No Docker)
Deploys helm charts in a 'deployment' folder. Pass helm-chart-name for a single chart, otherwise deploys all.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 22, 2026
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/devops-nirvana_aws-helm-multi-deploy-nodocker@ed5148bb673453e8dc09b06b972ff8e3bc25967b # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image-tag | The image tag to use in the deployments. | yes | — |
| k8s-namespace | Deployment namespace in kubernetes. | yes | — |
| environment-slug | Short name of deployment environment. Should be like 'dev', 'prod'. Set this if you have a values-<env>.yaml. | no | — |
| helm-extra-args | Add additional/custom helm arguments/commands. | no | — |
| helm-chart-name | Deploy a single specific chart by name instead of all charts in the deployment folder. | no | — |
| helm-chart-name-prefix | Add string to prefix helm chart name (eg: dev-) | no | — |
| helm-chart-name-suffix | Add string to suffix helm chart name (eg: -dev) | no | — |
| dry-run | Skip the actual deployment and just show a diff. | no | false |
| timeout | The timeout time for helm operations. | no | 300s |
| wait | Wait for deployment to complete and be healthy before returning (uses helm --wait option). | no | false |
Outputs
no outputs