actions-marketplace-validations/EKS Helm Deployment (with Force)
Deploy a helm chart to EKS cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 28, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/ks2211_eks-helm-deploy-action@2ca13343e7572e4b4b3bddd798411d2fa4569a6a # 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. | no | — |
| aws-access-key-id | AWS credentials used to login to eks. | no | — |
| 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. | no | helm/ |
| 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 | — |
Outputs
no outputs