Project Helena Charts

Simple, efficient Helm packages for Recon, Recon Agent, and Warden.

What's this?

This static index lives at charts.projecthelena.com and serves the Helm repository. Use it to install Recon (dashboard), Recon Agent (Kubernetes cost agent), and Warden (policy engine) across clusters. Get the source on GitHub.

Quick Start

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

# Install the dashboard
helm install recon projecthelena/recon \
  --namespace recon --create-namespace

# Install the agent
helm install recon-agent projecthelena/recon-agent \
  --namespace recon-agent --create-namespace \
  --set clusterName=<your-cluster-name>

# Install warden
helm install warden projecthelena/warden \
  --namespace warden --create-namespace

Need help?

Email [email protected] or open an issue in the repo.