actions-marketplace-validations/MM EKS Helm Deploy

Deploy a helm chart to EKS cluster.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 26, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/magicmemories_eks-helm-deploy@7749da218ddb3d81d4f30c17208f55c7d06b7b62 # 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.yes
aws-access-key-idAWS credentials used to login to eks.yes
aws-regionAWS region to use (default: us-west-2)yesus-west-2
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.yeshelm/
versionChart Versionno
timeoutTimeout for the job.yes5m0s
repo-usernamehelm repo usernameno
repo-passwordhelm repo passwordno
repohelm repono
atomicWhether the upgrade should be atomicnotrue
waitWhether the upgrade should wait for all resources to be Ready before completingnotrue
debugWhether to enable debug loggingnofalse
extra-argsAny extra command line arguments to pass to Helmno

no outputs