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 CICharts PublishLicense: Apache-2.0Artifact HubCharts countGPG and Cosign signedKubernetes >= 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 96 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 - 40 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

RepositoryPurpose
chartsPrimary product repository: Helm charts, chart tests, values schemas, release automation, provenance, and package metadata
siteDocumentation website at helmforge.dev, chart catalog, roadmap, playground, and stack builder
.githubOrganization profile and shared community health files
fastmcp-serverProduction-ready FastMCP server image with dynamic tool, resource, and prompt loading
kubectlMinimal multi-architecture kubectl image for Kubernetes operations
helmforge-opsPrivate operations hub for invited contributors: agent skills, guardrails, knowledge, and cross-repo automation

Project Signals

AreaCurrent state
Charts96 chart packages
Stable charts96 stable charts
Backups40 charts with optional S3-compatible backup support
DistributionHTTPS Helm repository and GHCR OCI registry
Release integrityGPG provenance plus Sigstore Cosign signatures
ValidationHelm lint, strict lint, template rendering, helm-unittest, kubeconform, and Artifact Hub lint
ConfigurationJSON Schema for every chart
LicenseApache-2.0 for charts, docs, examples, and core project materials; supporting image repositories may vary
CNCFSandbox 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 chartsPublic

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

    Go Template 68 22

  2. fastmcp-server fastmcp-serverPublic

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

    Python 3 1

  3. site sitePublic

    HelmForge documentation website — helmforge.dev

    MDX

  4. .github .githubPublic

    HelmForge organization profile and community health files

  5. strapi-base strapi-basePublic

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

    TypeScript 2

  6. kubectl kubectlPublic

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

    Dockerfile

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…