recurse-id/EKS Helm Deployment
Deploy a helm chart to EKS cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 21, 2022
- License
- None
Pinned Snippet
uses: recurse-id/eks-helm-deploy-action@fa791b6d73957e83bf08354201efa9e404e77f33 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-secret-access-key | AWS credentials used to login to eks. | yes | — |
| aws-access-key-id | AWS credentials used to login to eks. | yes | — |
| aws-region | AWS region to use (default: us-west-2) | yes | us-west-2 |
| cluster-name | EKS cluster name. | yes | — |
| cluster-role-arn | EKS cluster admin role arn. | no | — |
| kubernetes-version | Kubernetes cluster version (default: 1.19.0). | yes | 1.19.0 |
| config-files | Comma separates list of helm values files. | no | — |
| namespace | Kubernetes namespace to use. | no | — |
| values | Comma separated list of value sets for helms. e.x: key1=value1,key2=value2 | no | — |
| name | Name of the helm deploy. | yes | — |
| chart-path | The path of the chart. | no | helm/ |
| timeout | Timeout for the job. | yes | 0 |
| update-deps | Update chart dependencies. | no | true |
| flags | Additional flags to pass to Helm. | no | — |
| uninstall | Whether to uninstall a Helm release. | no | false |
| delete-namespace | Whether to remove the namespace when uninstall a Helm release. | no | false |
Outputs
no outputs