actions-marketplace-validations/EKS Helm Deploy V2
Deploy a helm chart to EKS cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 22, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/anandsit_eks-helm-deploy-v2@6cb70a4fd356addf245400275a4d0fbb1d2370ee # 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 | Helm release name. | yes | — |
| chart-path | The path of the chart. | yes | helm/ |
| timeout | Timeout for the job. | yes | 5m0s |
| dry-run | Simulate an upgrade. | no | — |
| debug | Enable verbose output | no | — |
Outputs
no outputs