lakeside763/Deploy to EKS

Builds, pushes, and deploys a Docker image to an EKS cluster using Helm.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 30, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: lakeside763/deploy-to-eks@6f96990818acb136fb7f62262782d3dbb693beb4 # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
aws-regionAWS region where the EKS cluster is locatedyes
aws-access-key-idAWS access key ID where the EKS cluster is locatedyes
aws-secret-access-keyAWS secret access key where the EKS cluster is locatedyes
eks-cluster-nameName of the EKS clusteryes
app-nameThe name of the app name specified by helm chartyes
helm-chart-pathPath to the Helm chart for deploymentyes
ecr-registryName of the ECR registry for the Docker imageyes
ecr-repositoryName of the ECR repository for the Docker imageyes
image-tagThe version tag for the newly built imageyes

no outputs