Documentation
Welcome to the HelmForge documentation. Here you will find everything you need to install, configure, and operate our Helm charts in production Kubernetes clusters.
Quick Links
- Getting Started — Add the repository and install your first chart
- Charts Overview — Browse all available charts
What is HelmForge?
HelmForge is a collection of open-source Helm charts designed for production use. Every chart is built with the same principles:
- Security — Non-root containers, network policies, pod security standards, and TLS support
- Observability — Prometheus metrics endpoints, ServiceMonitor resources, and alerting configurations
- Simplicity — Product-oriented
values.yamlfiles that focus on application configuration, not Kubernetes internals - Testing — Comprehensive unit tests, strict linting, and conformance validation on every change
Distribution
Charts are available through two channels:
| Method | URL |
|---|---|
| HTTPS Repository | https://repo.helmforge.dev |
| OCI Registry | oci://ghcr.io/helmforgedev/helm |
Available Charts
| Chart | Description |
|---|---|
| Generic | Multi-purpose chart for Deployments, StatefulSets, DaemonSets, Jobs, CronJobs |
| MySQL | MySQL with standalone and source-replica replication |
| PostgreSQL | PostgreSQL with standalone and streaming replication |
| Redis | Redis with standalone and Sentinel high-availability |
| MongoDB | MongoDB with standalone and replica set |
| RabbitMQ | RabbitMQ with management UI and clustering |
| Keycloak | Keycloak identity and access management |
| Vaultwarden | Self-hosted Bitwarden-compatible password manager |