helmless/Helmless Google Cloud Run Deploy Action
Templates and deploys a Helmless Helm chart to Google Cloud Run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 25, 2025
- License
- MIT
Pinned Snippet
uses: helmless/google-cloudrun-action@9c53075f8a467a01e2fb986c5da2735e0a266c26 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| chart | Helm chart to use for templating. Defaults to the Google Cloud Run chart. | no | oci://ghcr.io/helmless/google-cloudrun-service |
| chart_version | Version of the Helm chart to use. | no | latest |
| type | One of "service" or "job". The chart and type settings are mutually exclusive. If the type is set, the chart input will be ignored and the type will be used to determine which Helmless chart to use. | no | — |
| files | Glob patterns of value files to include when templating the chart. | no | values.yaml |
| template_only | If true, only template the chart without deploying. Will also skip dry_run validation. | no | false |
| dry_run | If true, only validate the configuration without deploying. | no | false |
Outputs
| name | description |
|---|---|
| manifests_deployed | The number of manifests that were deployed. |
| workloads | JSON array of all deployed Cloud Run workloads with their details (name, type, region, project). |