Helm charts for deploying the Project Helena ecosystem — Kubernetes cost visibility and FinOps.
| Chart | Description |
|---|---|
| recon | Web dashboard that aggregates cost metrics from distributed agents. Includes optional VictoriaMetrics for time-series storage. |
| recon-agent | DaemonSet agent that collects cluster cost data via eBPF and reports to recon over gRPC. |
| warden | Open-source uptime monitoring built in Go. Multi-zone checks, status pages, unlimited team members — the production-grade upgrade from Uptime Kuma. Supports SQLite and PostgreSQL backends. |
Add the Helm repository:
helm repo add projecthelena https://charts.projecthelena.com
helm repo updateInstall a chart:
helm install recon projecthelena/recon --namespace recon --create-namespaceOr install directly from source:
helm install recon charts/recon --namespace recon --create-namespace# Lint a chart
helm lint charts/<chart-name>
# Render templates locally
helm template charts/<chart-name>
# For charts with dependencies (e.g. warden with PostgreSQL)
helm dependency update charts/<chart-name>Refer to AGENTS.md for contribution guidelines and security notes.
Apache License 2.0 — see LICENSE for details.