actions-marketplace-validations/EKS Helm Deployment

Deploy a helm chart to EKS cluster.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jul 14, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/craftech-io_eks-helm-deploy-action@f197f6aeb3d68354af1acf4820c2681273cf3db5 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
aws-secret-access-keyAWS credentials used to login to eks.no
aws-access-key-idAWS credentials used to login to eks.no
aws-regionAWS region to useyes
cluster-nameEKS cluster name.yes
cluster-role-arnEKS cluster admin role arn.no
config-filesComma separates list of helm values files.no
namespaceKubernetes namespace to use.no
valuesComma separated list of value sets for helms. e.x: key1=value1,key2=value2no
nameName of the helm deploy.yes
chart-pathThe path of the chart.no""
chart-repositoryThe repository of the chart.no
chart-nameChart name in the repositoryno
timeoutTimeout for the job.yes0
atomicWhether or not to do an atomic release. Setting this to a non-empty value will trigger atomic releasesno
update-depsUpdate chart dependenciesnotrue
repo-nameName of the repositoryno
repo-usernameUsername to authenticate to the repository.no
repo-passwordPassword to authenticate to repository.no
chart-versionThe version number of the chart.no
helm-ecr-aws-account-idAWS account ID for the helm ECRno""
helm-ecr-aws-regionAWS region for the helm ECRno""

no outputs