Feature Description
A community Helm chart for Flowise is available as part of HelmForge, an MIT-licensed Helm chart repository. I'd like to share it with the community.
The chart supports:
- Standalone mode — SQLite + local storage, single Deployment
- Queue mode — separate main/worker Deployments with Redis, PostgreSQL, and S3 (scalable architecture)
- PostgreSQL and MySQL subchart support or external database connections
- S3-compatible blob storage for queue mode
- Auto-generated JWT tokens for authentication
- Ingress support with TLS for the web UI
- CI validated with lint, template, helm-unittest, and kubeconform
This is a community chart, not affiliated with the Flowise project.
Problem Statement
Deploying Flowise on Kubernetes currently requires manual manifest creation. A Helm chart simplifies deployment, upgrades, and configuration management.
Proposed Solution
The chart is already published and available:
helm repo add helmforge https://repo.helmforge.dev
helm install flowise helmforge/flowise
# Or via OCI
helm install flowise oci://ghcr.io/helmforgedev/helm/flowise
Additional Context
Would you be open to linking this chart in the Flowise documentation as a community deployment option?
Feature Description
A community Helm chart for Flowise is available as part of HelmForge, an MIT-licensed Helm chart repository. I'd like to share it with the community.
The chart supports:
This is a community chart, not affiliated with the Flowise project.
Problem Statement
Deploying Flowise on Kubernetes currently requires manual manifest creation. A Helm chart simplifies deployment, upgrades, and configuration management.
Proposed Solution
The chart is already published and available:
helm repo add helmforge https://repo.helmforge.dev helm install flowise helmforge/flowise # Or via OCI helm install flowise oci://ghcr.io/helmforgedev/helm/flowiseAdditional Context
Would you be open to linking this chart in the Flowise documentation as a community deployment option?