Patch release: a stock Helm install now renders a complete, working stack out of the box, and the Getting Started / README onboarding is rewritten around deploying Terrapod onto Kubernetes rather than the local Tilt dev stack.
Bug Fixes
- Web frontend enabled by default — the chart defaulted
web.enabled: falsewhileapiandlistenerboth defaultedtrue. Because the web frontend is the BFF (the single ingress entry point that proxies all traffic to the API), any install withingress.enabled=truefailed to render withIngress is enabled but web.enabled is false.web.enablednow defaults totrue, so a stockhelm installproduces a working stack.
Documentation
- Getting Started rewritten to deploy the Helm chart onto a Kubernetes cluster (or a single-node k3s VM): prerequisites, k3s bootstrap,
helm install, ingress/DNS access, API token, then first workspace and plan/apply. - README Quick Start now leads with the Helm deploy instead of the Tilt local-dev walkthrough.
- The Tilt / run-from-source contributor workflow moved to a new Local Development page.
Status
Beta — stable for evaluation and internal use.
Full Changelog: v0.38.3...v0.38.4