actions-marketplace-validations/EKS Helm Deployment (with Force)

Deploy a helm chart to EKS cluster.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 28, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ks2211_eks-helm-deploy-action@2ca13343e7572e4b4b3bddd798411d2fa4569a6a # 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.no
aws-access-key-idAWS credentials used to login to eks.no
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.nohelm/
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

no outputs