invibeme/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: invibeme/eks-helm-deploy-action@04aa29b78d02a40e16ab1d94637693d6b0fffec6 # v1.0.2

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.nohelm/
chart-repositoryThe repository of the chart.no
timeoutTimeout for the job.yes0
update-depsUpdate chart dependenciesnotrue

no outputs