Open Source

Production-ready Helm charts, forged for Kubernetes

Open-source charts built with security, observability, and operational excellence in mind. Install in seconds.

terminal
$ helm repo add helmforge https://repo.helmforge.dev

Why HelmForge?

Every chart follows the same principles: security, observability, and developer experience.

Battle-tested

Validated on real clusters with comprehensive unit tests. Every chart goes through strict linting, template rendering, and conformance checks.

Security First

Network policies, pod security standards, TLS support, and non-root containers out of the box. Hardened defaults for production.

Observable

Prometheus metrics, ServiceMonitor resources, and alerting-ready configurations. Know what is happening inside your workloads.

Simple Values

Product-oriented values.yaml files. Configure your application, not Kubernetes internals. Clean defaults that just work.

Install in Seconds

Choose between the HTTPS Helm repository or the OCI registry.

$ helm repo add helmforge https://repo.helmforge.dev
$ helm repo update
$ helm install my-release helmforge/<chart-name>

Replace <chart-name> with one of: generic, mysql, postgresql, redis, mongodb, rabbitmq, keycloak, or vaultwarden.