craftech-io/EKS Helm Deployment
Deploy a helm chart to EKS cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 14, 2025
- License
- None
Pinned Snippet
uses: craftech-io/eks-helm-deploy-action@f197f6aeb3d68354af1acf4820c2681273cf3db5 # v3.5tags 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 | 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 |
| atomic | Whether or not to do an atomic release. Setting this to a non-empty value will trigger atomic releases | no | — |
| 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 | "" |
Outputs
no outputs