actions-marketplace-validations/EKS Helm Deployment (with Dry Run)
Deploy a helm chart to EKS cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 29, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/martinquesada_eks-helm-deploy-action@67f471a3c90ef87320db10da0f3fcd69f096ab4d # 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 | yes | — |
| 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. | no | "" |
| chart-repository | The repository of the chart. | no | — |
| chart-name | Chart name in the repository | no | — |
| timeout | Timeout for the job. | yes | 0 |
| update-deps | Update chart dependencies | no | true |
| repo-name | Name of the repository | no | — |
| repo-username | Username to authenticate to the repository. | no | — |
| repo-password | Password to authenticate to repository. | no | — |
| chart-version | The version number of the chart. | no | — |
| helm-ecr-aws-account-id | AWS account ID for the helm ECR | no | "" |
| helm-ecr-aws-region | AWS region for the helm ECR | no | "" |
| helm-s3-plugin | Install S3 plugin | no | "" |
| dry-run | Add --dry-run option | no | false |
| debug | Add --debug option | no | false |
Outputs
no outputs