This repository collects GitLab’s official Helm charts from their individual
repos and automatically publish them to our Helm repo, located at
charts.gitlab.io. Helm is a
package manager for Kubernetes, making it easier to deploy, upgrade, and
maintain software like GitLab.
The charts collected and published currently by this repository are the following:
Chart name | Status | Remark |
---|---|---|
gitlab | GA | Suitable for small deployments. |
gitlab-runner | GA | Deploys the GitLab CI/CD Runner. |
gitlab-omnibus | Deprecated | Replaced by the GitLab Chart. |
kubernetes-gitlab-demo | Deprecated | Should not be used. |
auto-deploy-app | Deprecated | Replaced by Auto DevOps inline chart. |
plantuml | GA | Used for GitLab PlantUML integration |
knative | GA | Used for the GitLab knative one click install |
elastic-stack | GA | Used for the Elastic Stack managed application |
apparmor | GA | Used for the AppArmor profile loader and Pod Security Policies |
More information is available in our chart documentation.
To use the charts, the Helm tool must be installed and initialized. The best
place to start is by reviewing the Helm Quick Start Guide.
Installation instructions, including configuration options, can be found in our documentation.
Issues related to the Charts can be logged for the respective chart at: https://gitlab.com/groups/gitlab-org/charts/-/issues
We welcome contributions and improvements. The source repo for our Helm Charts can be found here: https://gitlab.com/charts/charts.gitlab.io
Please see the contribution guidelines