Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Helm charts for deploying the Project Helena ecosystem — a Kubernetes cost vis

- **recon**: Web dashboard that aggregates cost metrics from distributed agents. Includes optional VictoriaMetrics StatefulSet for time-series storage.
- **recon-agent**: DaemonSet agent that collects cluster cost data via eBPF and reports to the dashboard over gRPC.
- **warden**: Policy engine for enforcing cost and operational policies.
- **warden**: Open-source uptime monitoring built in Go. Multi-zone checks, status pages, unlimited team members.

## Commands

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Helm charts for deploying the [Project Helena](https://github.com/projecthelena)
| --- | --- |
| [recon](charts/recon) | Web dashboard that aggregates cost metrics from distributed agents. Includes optional VictoriaMetrics for time-series storage. |
| [recon-agent](charts/recon-agent) | DaemonSet agent that collects cluster cost data via eBPF and reports to recon over gRPC. |
| [warden](charts/warden) | Policy engine for enforcing cost and operational policies. Supports SQLite and PostgreSQL backends. |
| [warden](charts/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

Expand Down
8 changes: 4 additions & 4 deletions charts/warden/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: warden
description: Helm chart for deploying the Warden policy engine
description: Helm chart for Warden — open-source uptime monitoring built in Go
type: application
version: 0.1.0
appVersion: "0.1.0"
Expand All @@ -9,9 +9,9 @@ home: https://github.com/projecthelena/helm-charts
sources:
- https://github.com/projecthelena/helm-charts
keywords:
- cost
- finops
- policy
- monitoring
- uptime
- status-page
- kubernetes
maintainers:
- name: Project Helena
Expand Down
2 changes: 1 addition & 1 deletion charts/warden/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Warden Chart

Helm chart for deploying the Warden policy engine as part of the Project Helena ecosystem.
Helm chart for deploying Warden — open-source uptime monitoring built in Go. Multi-zone checks, status pages, unlimited team members. Part of the Project Helena ecosystem.

## Installation

Expand Down