Skip to content

TrueForge News

Spring 2026: A New Shape for TrueForge

The past few months have been some of the busiest in TrueForge’s history. We have been quietly reshaping how our projects are organised, how they are built, and how they are presented to the world.

Today we are pulling the curtain back on all of it at once.

For a long time, most of what we did lived under a single umbrella site. That made sense when we were small — but as the projects grew, it stopped doing any of them justice.

So we split things up:

  • ContainerForge has its own dedicated website, focused entirely on our opinionated container image library, deployment guides, and Docker Compose examples.
  • GamingForge now has its own home as well, dedicated to our community game servers and the guides around them.
  • ManicMeads has been moved out into its own site, where the mead-making content can grow without competing with our infrastructure work.
  • TrueCharts is, once again, an independent website — back to having a focused space of its own that fits its scope and its community.

The main trueforge.org site now does what it was always meant to do: tell you what TrueForge is, and point you towards the projects we incubate.

TrueForge: A Multi-Project Facilitator and Incubator

Section titled “TrueForge: A Multi-Project Facilitator and Incubator”

This split is more than a website reshuffle. It reflects what TrueForge has been turning into for a while now: a multi-project facilitator and incubator.

Concretely, that means TrueForge takes on the parts of running a project that are hard to do alone:

  • Hosting and infrastructure
  • CI/CD pipelines and shared tooling
  • Documentation pipelines
  • Community building and moderation
  • Promotion and visibility
  • User and contributor support
  • Shared development effort across projects

Individual projects under our umbrella — TrueCharts, ContainerForge, ClusterTool, GamingForge, ManicMeads, and others to come — get to focus on what they actually do, while sharing the load underneath.

Splitting ForgeTool: Meet ClusterTool (Again)

Section titled “Splitting ForgeTool: Meet ClusterTool (Again)”

When we merged everything into ForgeTool, the goal was a single supertool. In practice, the two halves of that tool wanted very different things: one was about cluster management, the other was about internal development and CI/CD.

So we are splitting them again — and this time the split is intentional, not historical.

  • ClusterTool returns as its own dedicated tool, focused entirely on cluster management for TrueCharts and self-hosted Kubernetes setups (Talos, Helm, OCI workflows, the works).
  • ForgeTool continues, but with a much sharper scope: internal development and CI/CD tooling for TrueForge projects.

As part of bringing ClusterTool back to life as its own project, we are also changing its license from BSL to AGPL. ClusterTool is a tool that is meant to be used, modified, and shared by the community that depends on it, and AGPL fits that intent far better than BSL ever did.

Alfi Takes Over ClusterTool and TrueCharts Development

Section titled “Alfi Takes Over ClusterTool and TrueCharts Development”

Alongside the split, Alfi is taking over development of both ClusterTool and TrueCharts going forward. Under the TrueForge umbrella, that gives both projects a clear, dedicated lead — backed by TrueForge’s shared infrastructure, release engineering, and documentation pipelines, without forcing the projects themselves to merge.

Today we are also releasing ForgeTool v4.0.0.

The headline change is simple but important: ForgeTool no longer contains cluster management. Everything cluster-related has been moved to ClusterTool. ForgeTool v4 is now a focused tool for our internal development workflows and CI/CD pipelines.

If you were using ForgeTool to manage clusters, your migration path is ClusterTool.

Behind the scenes, we have spent a lot of effort moving away from the large, sprawling shell scripts that used to glue our documentation pipeline together. Big chunks of that pipeline now live inside ForgeTool itself as proper, testable commands.

It is less exciting from the outside than a new chart or a new container — but it is the kind of work that makes everything else faster, more reliable, and easier for new contributors to pick up.

ContainerForge is growing fast. The new site brings:

  • More guides, covering deployment, fundamentals, and platform-specific tips.
  • A dedicated section per container, including a Docker Compose example for that specific image — so you can go from “interesting image” to “running stack” in minutes.
  • Tighter alignment with TrueCharts so charts and containers continue to evolve together.

If you have been hesitant to leave Helm-land, the new ContainerForge docs should make standalone Docker / Compose deployments feel a lot more first-class.

  • TrueCharts users — head to truecharts.org for everything chart-related.
  • Container users — explore the new containerforge.org, including the per-container Compose examples.
  • Game server folksgamingforge.org is now your place, and yes, it has news of its own.
  • Mead enthusiasts — meet you over at manicmeads.com.
  • ClusterTool users — ClusterTool is back as its own project, AGPL-licensed, and now led by Alfi under the TrueForge umbrella.
  • ForgeTool users — upgrade to v4.0.0 for the new development-and-CI-focused tool, and switch to ClusterTool for cluster management.

We are excited about what this realignment unlocks. TrueForge as a facilitator, projects as first-class citizens, and a much clearer story for everyone involved.

— The TrueForge Team

Februari Update

While going into 2026 Trueforge has been hard at work last few months, here are some highlight to get you going with TrueForge Community projects this new year

Trueforge has released Forgetool, an successor of clustertool. Combining all our project tools into one big supertool!

Forgetool is the continuation of the original Clustertool, with updated internals and workflows. It is part of most of Trueforge’s CI pipelines and allows users to use the same tooling we use locally.

  • Support for Talos Linux 1.12
  • Updated and adjusted commands
  • Ongoing cleanup and restructuring of the tool

More changes and features are planned for future releases.

Alongside Forgetool, Trueforge has released a few new charts for TrueCharts:

Hytale Server Helm Chart, enabling deployment of Hytale servers on Kubernetes Multus-CNI, allowing deployment of Multus-CNI through Helm

Much work has been done on the ManicMead sideproject, documenting recepes and adding tasting notes

During the busy December months, we decided to let GamingForge just glide-along. However, the ARK server did get its needed updates and we improved snapshotting on both the Minecraft and ARK servers

We are hard at work on expanding containerforge library of image to be used for both our helm-charts as well as for Docker.

Announcing: ContainerForge

We’re excited to finally introduce ContainerForge, a new project under the TrueForge–TrueTech umbrella — and the foundation for all future TrueCharts containers!

🔗 Learn more: trueforge.org/truetech/containerforge
💬 Join the discussion: on our Discord
💻 Explore the code: github.com/trueforge-org/containerforge 💖 Support our work: Sponsor us on GitHub or OpenCollective


ContainerForge is an opinionated collection of container images — focused on being efficient, consistent, and easy to maintain.

Our containers follow modern standards and proven best practices:

  • Rootless by default (568:568) for security and compatibility
  • Multi-architecture builds (x86 and ARM)
  • Semantically versioned and digest-pinnable for predictable updates
  • Single-process design for simplicity and transparency

Our guiding principle is simple:

“Build efficient, standardised and secure containers.”


While ContainerForge isn’t built exclusively for TrueNAS, it’s designed to work exceptionally well with TrueNAS’ Custom App and Docker Compose deployment options.

Here’s how we make that experience smoother:

  • Correct Default User (568:568) – Matches TrueNAS’ Apps user to avoid permission issues
  • Automatic Update Control – TrueNAS can automatically track and update containers by digest, patch, minor, or major version
  • Consistent Configuration Paths – Standardized /config directories simplify backups and migration
  • Ubuntu-based Base Images – Ensuring stable, secure, and well-supported foundations

These considerations make deploying ContainerForge images on TrueNAS a clean and predictable experience — without needing extra tweaks or compatibility layers.


🧱 Standardised, Extensible, and Transparent

Section titled “🧱 Standardised, Extensible, and Transparent”

ContainerForge builds upon the experience of existing projects such as home-operations, linuxserver.io, and hotio.dev.

What makes it different:

  • Consistent Standards — All images follow a unified base and structure
  • Transparency — Each build is verifiable with GitHub Actions attestations
  • Community Alignment — Designed for TrueCharts integration and home-lab friendliness

And because every image shares a common, well-defined base (Ubuntu, Python, Node, Golang, Java, etc.), ContainerForge enables fast, reliable updates across the board.


This is only the beginning.
We’re planning to expand ContainerForge with pre-made example Docker Compose files, making deployment even easier for users who prefer direct container setups over Helm or Kubernetes.

Our long-term goal: provide a complete, consistent container ecosystem that works great everywhere — whether through TrueCharts, TrueNAS, or standalone Docker Compose setups.


Start exploring the collection now:
👉 GitHub Packages

Full documentation and details:
👉 trueforge.org/truetech/containerforge


ContainerForge is an open, community-driven project.
We welcome feedback, contributions, and discussions from everyone interested in building and running better containers.

Join us on GitHub or Discord, and help shape the next generation of container infrastructure for the TrueForge ecosystem.

Updated OCI Repository Link

Move OCI Registry to New Domain and Responds to Bitnami Changes

Section titled “Move OCI Registry to New Domain and Responds to Bitnami Changes”

The OCI repository has been moved from tccr.io to oci.trueforge.org

All images and charts previously hosted on tccr.io are now available under the new domain:

  • Images: oci.trueforge.org/tccr/IMAGE
  • Charts: helm install mychart oci://oci.trueforge.org/truecharts/CHART

This change affects only the domain; the registry remains OCI-based as before. Users are encouraged to update their Helm configurations and image references accordingly to avoid interruptions.

We’re excited to share that we now support Talos 1.11 and Kubernetes 1.34! With the recent update to clustertool, managing and deploying clusters on these versions has never been easier. This ensures smoother operations, up-to-date features, and a more reliable experience for all our users.

Alongside the domain migration, We want to highlight the recent upstream changes from Bitnami. The popular container provider has moved to a “latest-only” publishing model for free users, meaning older tags will no longer be maintained and soon to be removed.

In addition, Bitnami has removed some images entirely, forcing the deprecation of affected TrueCharts applications such as:

  • Solr
  • Matomo

addition, we’ve fixed Nextcloud image creation and released version 31.0.8 for our charts. This update ensures smoother deployments and improved reliability, so you can run Nextcloud with confidence on your clusters.

Update all references from tccr.io to oci.trueforge.org and update their charts and clustertool to the latest version.

Expect Bitnami-based charts to stay stable thanks to digest pinning.

Note that applications relying on deprecated Bitnami images are no longer available via TrueCharts.

We emphasize our commitment to stability and transparency, while continuing to adapt to upstream changes.

Common-2025 finally released

TrueCharts Releases common-2025 Helm Library with Major Improvements

Section titled “TrueCharts Releases common-2025 Helm Library with Major Improvements”

The TrueCharts team is proud to announce the release of common-2025, the latest version of the shared Helm chart library powering all TrueCharts charts. This major update delivers powerful new features, improved integrations, and essential structural upgrades that enhance usability, maintainability, and compatibility across the board.

  • 🔐 Nginx Ingress Integration

    • Disabled by default for a cleaner baseline
    • Built-in support for:
      • Authentication
      • IP whitelisting
      • ThemePark styling
  • 🛠 GitOps CNPG Recovery Enhancements

    • No more need to bump revision numbers during CNPG cluster recovery
    • Using the revision number is now optional.
  • 🌐 Traefik Updates

    • Disabled by default for a cleaner baseline
    • Complete rework of Traefik middlewares, now defined per chart
  • 📦 Resource Management

    • Updated defaults for required pod resources
  • 🔑 Existing Pull Secret Support

    • Added support for using existing Kubernetes secrets for container registry authentication
    • Simplifies integration in environments with pre-configured imagePullSecrets
  • 🧩 Addon System Rework

    • Safe upgrade: prevents updates when some legacy addon layouts are present
    • More configuration options for addons, including:
      • Full access to the workload definition
  • 📁 Structural Cleanups

    • Removal of deprecated Portal (legacy from SCALE)
    • Major improvements to notes.txt
    • Moved MetalLB and Traefik service annotations to centralized integration logic
  • 📊 Autoscaling Enhancements

    • Refactored Horizontal Pod Autoscaler (HPA): To comply to our coding standards and testing regime
    • Added support for Vertical Pod Autoscaler (VPA): Allows for automatically adjusts CPU and memory limits over time
  • 👤 Service Account Overrides

    • Added support to optionally override the service account name in the workload podSpec
  • 🌐 Topology Key Configuration

    • Users can now configure a default topologyKey for scheduling behavior
  • 📌 Pod Affinity Support

    • Added full support for pod affinity, enabling more advanced workload placement strategies
    • Default pod affinity to ensure pods sharing RWO PVCs are started on the same node

This release marks another milestone in the growth of the TrueCharts ecosystem. A huge thank you to all contributors who help build, improve, and maintain all of our charts. Your work makes TrueCharts possible.

And of course, thank you to all users—your feedback, deployments, and support are what drive this project forward every day.


For more information or to get involved, visit: https://trueforge.org