invibeme/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: invibeme/eks-helm-deploy-action@04aa29b78d02a40e16ab1d94637693d6b0fffec6 # v1.0.2tags 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 | Name of the helm deploy. | yes | — |
| chart-path | The path of the chart. | no | helm/ |
| chart-repository | The repository of the chart. | no | — |
| timeout | Timeout for the job. | yes | 0 |
| update-deps | Update chart dependencies | no | true |
Outputs
no outputs