actions-marketplace-validations/MM EKS Helm Deploy
Deploy a helm chart to EKS cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 26, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/magicmemories_eks-helm-deploy@7749da218ddb3d81d4f30c17208f55c7d06b7b62 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-secret-access-key | AWS credentials used to login to eks. | yes | — |
| aws-access-key-id | AWS credentials used to login to eks. | yes | — |
| aws-region | AWS region to use (default: us-west-2) | yes | us-west-2 |
| cluster-name | EKS cluster name. | yes | — |
| cluster-role-arn | EKS cluster admin role arn. | no | — |
| config-files | Comma separates list of helm values files. | no | — |
| namespace | Kubernetes namespace to use. | no | — |
| values | Comma separated list of value sets for helms. e.x: key1=value1,key2=value2 | no | — |
| name | Name of the helm deploy. | yes | — |
| chart-path | The path of the chart. | yes | helm/ |
| version | Chart Version | no | — |
| timeout | Timeout for the job. | yes | 5m0s |
| repo-username | helm repo username | no | — |
| repo-password | helm repo password | no | — |
| repo | helm repo | no | — |
| atomic | Whether the upgrade should be atomic | no | true |
| wait | Whether the upgrade should wait for all resources to be Ready before completing | no | true |
| debug | Whether to enable debug logging | no | false |
| extra-args | Any extra command line arguments to pass to Helm | no | — |
Outputs
no outputs