Skip to content

projecthelena/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Helena Helm Charts

Helm charts for deploying the Project Helena ecosystem — Kubernetes cost visibility and FinOps.

Charts

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.

Usage

Add the Helm repository:

helm repo add projecthelena https://charts.projecthelena.com
helm repo update

Install a chart:

helm install recon projecthelena/recon --namespace recon --create-namespace

Or install directly from source:

helm install recon charts/recon --namespace recon --create-namespace

Development

# 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.

License

Apache License 2.0 — see LICENSE for details.