Overview
z3rno-helm is the Helm chart that runs Z3rno on Kubernetes. The base chart renders four workload kinds:
Five opt-in blocks layer additional capability on top of the base. Each is
enabled: false by default and back-compat — pre-flag deploys stay byte-identical.
Current chart version:
0.6.0 (appVersion 0.20.0).
Install
The chart currently ships from source; an OCI / repo publish lands in a future release.kind) with bundled Postgres, see the Self-hosting / Kubernetes guide.
Quick start (production shape)
values-production.yaml:
values.yaml reference
The full reference shape, organized by block:Opt-in blocks
Using an external database
For production, point at a managed PostgreSQL (RDS, Cloud SQL, Neon, or self-managed):Upgrading
alembic upgrade head against the configured DATABASE_URL. Pre-flight check:
Uninstalling
Resource recommendations
For Phase 3 cloud-cluster validation targets (10K concurrent users across 200 orgs) see
status/PHASE-3-DEFERRED-TESTS.md in z3rno-process-docs.
Reference
- Source: github.com/the-ai-project-co/z3rno-helm
- Server image:
ghcr.io/safayavatsal/z3rno-server:0.20.0(public mirror; default invalues.yaml) - Postgres image:
ghcr.io/the-ai-project-co/z3rno-postgres:17(pre-compiled with all 5 required extensions) - Server reference: Components → z3rno-server
- Per-release detail:
changelogs/