actions-marketplace-validations/EKS Helm Deployment (with Dry Run)

Deploy a helm chart to EKS cluster.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 29, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/martinquesada_eks-helm-deploy-action@67f471a3c90ef87320db10da0f3fcd69f096ab4d # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
aws-secret-access-keyAWS credentials used to login to eks.yes
aws-access-key-idAWS credentials used to login to eks.yes
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
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""
helm-s3-pluginInstall S3 pluginno""
dry-runAdd --dry-run optionnofalse
debugAdd --debug optionnofalse

no outputs