helmless/Helmless Google Cloud Run Deploy Action

Templates and deploys a Helmless Helm chart to Google Cloud Run.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 25, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: helmless/google-cloudrun-action@9c53075f8a467a01e2fb986c5da2735e0a266c26 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
chartHelm chart to use for templating. Defaults to the Google Cloud Run chart.nooci://ghcr.io/helmless/google-cloudrun-service
chart_versionVersion of the Helm chart to use.nolatest
typeOne 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
filesGlob patterns of value files to include when templating the chart.novalues.yaml
template_onlyIf true, only template the chart without deploying. Will also skip dry_run validation.nofalse
dry_runIf true, only validate the configuration without deploying.nofalse
namedescription
manifests_deployedThe number of manifests that were deployed.
workloadsJSON array of all deployed Cloud Run workloads with their details (name, type, region, project).