Skip to content
@helmforgedev

Helm Forge

Open-source Helm charts, forged to last. Production-ready Kubernetes charts with official upstream images, Apache 2.0 licensed.

HelmForge

HelmForge

Production-oriented Helm charts and Kubernetes packaging workflows built around official upstream images, explicit values contracts, and verifiable releases.

Website · Documentation · Helm Repository · Artifact Hub · Charts

Charts CI Charts Publish License: Apache-2.0 Artifact Hub Charts count GPG and Cosign signed Kubernetes >= 1.26

What We Build

HelmForge is an open-source Helm chart ecosystem for teams that want standard Kubernetes, standard Helm, official upstream images, and practical day-2 operations without a proprietary chart or image layer.

The project currently maintains 86 Helm charts across databases, messaging, identity, automation, CMS, analytics, AI tooling, networking, observability, and self-hosted applications. Charts are published through both a classic HTTPS Helm repository and OCI artifacts on GHCR.

Our design principle is simple:

Use what upstream ships, make the Kubernetes contract explicit, and keep releases verifiable.

Why HelmForge

  • Official upstream images - charts prefer images published by the application maintainers, avoiding unnecessary rebuild layers and vendor-specific runtime wrappers.
  • Pinned, inspectable defaults - image tags are explicit, values are schema-backed, and runtime assumptions are documented.
  • Release CI validation - charts are linted, rendered, unit-tested, schema-validated, and checked with Artifact Hub tooling before release.
  • Signed releases - packaged charts include GPG provenance and OCI artifacts are signed with Sigstore Cosign through GitHub Actions OIDC.
  • Day-2 patterns included - 39 charts include optional S3-compatible backup workflows, and charts document operational boundaries clearly.
  • CNCF-aligned licensing - the charts, documentation, examples, and core project materials use Apache-2.0; supporting image repositories may carry their own licenses.
  • No open-core split - charts, tests, docs, release automation, examples, and governance are public.

Install

Use the HTTPS Helm repository:

helm repo add helmforge https://repo.helmforge.dev
helm repo update
helm search repo helmforge/
helm install my-release helmforge/<chart-name> --version <version> -f values.yaml

Or pull directly from OCI:

helm install my-release oci://ghcr.io/helmforgedev/helm/<chart-name> --version <version> -f values.yaml

Browse the full catalog at helmforge.dev/charts or Artifact Hub.

Ecosystem

Repository Purpose
charts Primary product repository: Helm charts, chart tests, values schemas, release automation, provenance, and package metadata
site Documentation website at helmforge.dev, chart catalog, roadmap, playground, and stack builder
.github Organization profile and shared community health files
fastmcp-server Production-ready FastMCP server image with dynamic tool, resource, and prompt loading
kubectl Minimal multi-architecture kubectl image for Kubernetes operations
helmforge-ops Private operations hub for invited contributors: agent skills, guardrails, knowledge, and cross-repo automation

Project Signals

Area Current state
Charts 86 chart packages
Stable charts 83 stable charts
Backups 39 charts with optional S3-compatible backup support
Distribution HTTPS Helm repository and GHCR OCI registry
Release integrity GPG provenance plus Sigstore Cosign signatures
Validation Helm lint, strict lint, template rendering, helm-unittest, kubeconform, and Artifact Hub lint
Configuration JSON Schema for every chart
License Apache-2.0 for charts, docs, examples, and core project materials; supporting image repositories may vary
CNCF Sandbox application preparation in progress

Community

HelmForge is preparing for CNCF Sandbox submission and is strengthening governance, maintainership, adoption tracking, and community health files as part of that process.

Public adopters currently include organizations using HelmForge charts in production for databases, application workloads, backups, identity, and platform services.

Learn More

Popular repositories Loading

  1. charts charts Public

    Open-source Helm charts, forged to last. The alternative to Bitnami — official upstream images, Apache 2.0 licensed, Cosign signed.

    Go Template 43 15

  2. fastmcp-server fastmcp-server Public

    Production-ready FastMCP server with dynamic tool loading from inline, S3, and Git sources

    Python 2 2

  3. site site Public

    HelmForge documentation website — helmforge.dev

    MDX

  4. .github .github Public

    HelmForge organization profile and community health files

  5. strapi-base strapi-base Public

    Base Strapi project image for HelmForge deployments, including admin panel, runtime configuration, and S3-compatible uploads.

    TypeScript 1

  6. kubectl kubectl Public

    Minimal, multi-architecture kubectl image for Kubernetes operations, focused on simplicity, transparency, and production-ready container usage.

    Dockerfile

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…