Join our community
Gitea is open source. Star our GitHub repo, and join our community on Discord!
We’re excited to announce the release of version 11 of the Gitea Helm Chart! This major version update brings important dependency updates, new features, and various improvements to enhance your Kubernetes-based Gitea deployments.
A big thank you to @justusbunsi and @pat-s for their continued leadership of the helm chart, and to the many folks from the community who have contributed to this release.
This release includes several major dependency updates that may require attention during upgrades:
Please note: Don’t miss the upgrade notes in the README’s upgrading section before proceeding with the update.
In line with our recent announcement, the Helm chart maintenance has been updated to use our docker.gitea.com registry URLs. The README has also been updated with installation instructions for the new registry.
When upgrading from a previous version, pay special attention to the PostgreSQL and Gitea major updates. Detailed upgrade instructions are available in the README file of the Helm chart repository.
This release still has the issue of disabling Gitea Actions by default. This feature should be enabled by default to match the vanilla Gitea experience. The issue is being tracked as #731.
You can install the Helm chart using the following command:
helm repo add gitea https://dl.gitea.com/charts/helm repo updatehelm install gitea gitea/gitea --version 11.0.0Or using the new registry:
helm install gitea oci://docker.gitea.com/charts/gitea --version 11.0.0As always, we appreciate feedback from our community to help us improve Gitea. If you encounter any issues with this release, please report them on our issue tracker.