c9apps/Deploy Helm to EKS

Deploy a helm chart to an EKS cluster using IAM authentication.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 31, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: c9apps/old-github-actions-deploy-eks-helm@0c5e97f3e5c1f7e478d2093aa0babf262ac7f786 # no releases — HEAD as of 2026-07-11

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 separated 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
timeoutTimeout for the job.yes0s
update-depsUpdate chart dependenciesnotrue
pluginsComma separated list of helm plugins to install. e.x: https://github.com/hypnoglow/helm-s3.git,https://github.com/someuser/helm-plugin.gitno
helm-waitAdd the --wait flag to helmno
atomicAdd the --atomic flag to rollback on failureno
debugAdd the --debug flag to helmno

no outputs