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 83 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 image versions - defaults use explicit tags instead of floating latest tags.
  • Apache-2.0 licensed - project code, charts, documentation, and supporting tooling use a CNCF-aligned permissive license.
  • Signed releases - packaged charts include GPG provenance and OCI artifacts are signed with Sigstore Cosign through GitHub Actions OIDC.
  • Values contracts - every chart includes values.yaml, values.schema.json, examples, and CI scenarios.
  • Built-in backup patterns - 39 charts include optional S3-compatible backup workflows.
  • Operator-aware boundaries - documentation is explicit about what a chart manages and when a domain-specific operator is the better fit.
  • No open-core split - charts, tests, docs, release automation, and examples 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 Helm chart repository, release automation, chart tests, schemas, 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/prompt loading
fastmcp-tools Reusable MCP tool packages for GitHub, Kubernetes, HTTP, databases, and notifications
kubectl Minimal multi-architecture kubectl image for Kubernetes operations
strapi-base Base Strapi image used by HelmForge Strapi deployments

Project Signals

Area Current state
Charts 83 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
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 36 11

  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…