https://github.com/helmless/helmless
Helmless gives you the power of GitOps workflows for Google Cloud Run deployments without the complexity of Kubernetes or the overhead of Terraform.
https://github.com/helmless/helmless
chart cicd google-cloud-run helm helmless
Last synced: 3 months ago
JSON representation
Helmless gives you the power of GitOps workflows for Google Cloud Run deployments without the complexity of Kubernetes or the overhead of Terraform.
- Host: GitHub
- URL: https://github.com/helmless/helmless
- Owner: helmless
- License: mit
- Created: 2024-11-18T17:54:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-28T10:23:52.000Z (3 months ago)
- Last Synced: 2025-03-28T11:24:46.546Z (3 months ago)
- Topics: chart, cicd, google-cloud-run, helm, helmless
- Homepage: https://helmless.io
- Size: 6.92 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## ðĄ What is Helmless?
Helmless is a workflow for serverless deployments to Google Cloud Run without the need for Kubernetes.
It leverages Helm's templating system and the `gcloud` CLI to deploy Cloud Run jobs and services, bypassing the complexity of Kubernetes and the overhead of Terraform.
The Helmless project provides pre-built Helm charts, Github Actions, and Terraform modules.
Helmless kicked off at [KubeCon Europe 2025](https://kccnceu2025.sched.com/event/b4c79f12ddc46cd74bd39a159cd7f08f) and was selected the winning poster session:

## ðââïļ Quick Start
Visit [helmless.io](https://helmless.io) for the docs, or jump right in:
1. [Why use Helmless?](https://helmless.io/why-helmless)
2. [Helmless Architecture](https://helmless.io/docs/helmless/architecture/)
3. [5min Quickstart](https://helmless.io/docs/cloudrun/quickstart)## ðïļ Repositories
To help organize the Helmless project, we have grouped the repositories by prefixing them with the cloud provider, e.g. `google-cloudrun-*`.
### ðŠī Core Repositories
- **[helmless](https://github.com/helmless/helmless)** - The Helmless homepage and documentation
- **[template-action](https://github.com/helmless/template-action)** - Basic GitHub Action for templating Helm charts, merging values on the fly### ð Google Cloud Run Repositories
- **[google-cloudrun-action](https://github.com/helmless/google-cloudrun-action)** - Deployment action for Google Cloud Run wrapping the `gcloud` CLI and [template-action](https://github.com/helmless/template-action)
- **[google-cloudrun-charts](https://github.com/helmless/google-cloudrun-charts)** - Helm charts for Google Cloud Run Jobs and Services
- **[google-cloudrun-service-terraform-module](https://github.com/helmless/google-cloudrun-service-terraform-module)** - Supporting Terraform module for creating a Helmless Google Cloud Run Service
- **[google-workload-identity-federation-terraform-module](https://github.com/helmless/google-workload-identity-federation-terraform-module)** - Supporting Terraform module for setting up GitHub Actions to deploy to Google Cloud Run using Workload Identity Federation### ðïļ Miscellaneous Repositories
- **[gcp-infrastructure](https://github.com/helmless/gcp-infrastructure)** - The GCP infrastructure for the Helmless project to setup the CI/CD end-to-end testing pipelines
## ðĪ Contributing
You want to contribute to Helmless? Great âĪïļ!
Check out our [Contributing Guide](https://helmless.io/contributing) on the website or the [CONTRIBUTING.md](CONTRIBUTING.md) files in the relevant repository to get started.
## ð License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
â If you find Helmless useful, please consider giving it a star! It helps the project grow and improve.