actions-marketplace-validations/Amazon EKS Helm Deployment
Deploy a helm chart to EKS cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 27, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/dgrezza_action-eks-helm-deploy@36d4862bc4c171b5d4643a942cb0a9af5ee9c071 # no releases — HEAD as of 2026-07-10tags 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: ap-southeast-1) | yes | ap-southeast-1 |
| 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. | no | — |
| chart-path | The path of the chart. | no | — |
| image-tag | docker image tag for new deployment | no | — |
| application-name | application name for deployment | yes | — |
Outputs
no outputs