lakeside763/Deploy to EKS
Builds, pushes, and deploys a Docker image to an EKS cluster using Helm.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 30, 2024
- License
- None
Pinned Snippet
uses: lakeside763/deploy-to-eks@6f96990818acb136fb7f62262782d3dbb693beb4 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-region | AWS region where the EKS cluster is located | yes | — |
| aws-access-key-id | AWS access key ID where the EKS cluster is located | yes | — |
| aws-secret-access-key | AWS secret access key where the EKS cluster is located | yes | — |
| eks-cluster-name | Name of the EKS cluster | yes | — |
| app-name | The name of the app name specified by helm chart | yes | — |
| helm-chart-path | Path to the Helm chart for deployment | yes | — |
| ecr-registry | Name of the ECR registry for the Docker image | yes | — |
| ecr-repository | Name of the ECR repository for the Docker image | yes | — |
| image-tag | The version tag for the newly built image | yes | — |
Outputs
no outputs