actions-marketplace-validations/Google GKE Helm Deployment
Deploy a helm chart to GKE cluster.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 16, 2023
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/dgrezza_action-gcp-helm-deploy@0c3089cd9a2c4a940df8373991bb5024c8c80dc8 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| serviceaccount-key | SA json key used to login to GKE. | yes | — |
| serviceaccount-name | SA name used to login to GKE. | yes | — |
| gcp-region | GCP region to use (default: asia-southeast1) | yes | asia-southeast1 |
| gcp-project | GCP project to use | yes | — |
| gke-cluster-name | GKE cluster name. | yes | — |
| 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. | no | — |
| chart-path | The path of the chart. | no | — |
| image-tag | docker image tag for new deployment | no | — |
| application-name | application name for deployment | yes | — |
Outputs
no outputs