Deploy Development Branch contribute
First ensure that your development environment is set up for charts development. See the Development environment setup page for instructions.
Clone the repository, and checkout the branch you want to deploy:
git clone git@gitlab.com:gitlab-org/charts/gitlab.git
git checkout <BRANCH_NAME>
Note that you can test changes to external dependencies by modifying requirements.yaml
.
It is possible to test external dependencies using a local repository. Use file://PATH_TO_DEPENDENCY_REPO
where the path may be relative to the chart path or absolute. For example, if using
/home/USER/charts/gitlab
as the main checkout and /home/USER/charts/gitlab-runner
, the
relative path would be file://../gitlab-runner/
and the absolute path would be
file:///home/USER/charts/gitlab-runner/
. Pay close attention with absolute paths as it
is very easy to miss the leading slash on the file path.
Other steps from the installation documentation still apply. The difference is when deploying a development branch, you need to add additional upstream repositories and update the local dependencies, then pass the local Git repository location to the Helm command.
From within your Git checkout of the repository, run the following Helm commands to install:
helm dependency update
helm upgrade --install gitlab . \
--timeout 600s \
--set global.image.pullPolicy=Always \
--set global.hosts.domain=example.com \
--set global.hosts.externalIP=10.10.10.10 \
--set certmanager-issuer.email=me@example.com
Clean up
When testing is complete, follow the uninstall documentation to clean up the development environment.
Docs
Edit this page to fix an error or add an improvement in a merge request.
Create an issue to suggest an improvement to this page.
Product
Create an issue if there's something you don't like about this feature.
Propose functionality by submitting a feature request.
Feature availability and product trials
View pricing to see all GitLab tiers and features, or to upgrade.
Try GitLab for free with access to all features for 30 days.
Get help
If you didn't find what you were looking for, search the docs.
If you want help with something specific and could use community support, post on the GitLab forum.
For problems setting up or using this feature (depending on your GitLab subscription).
Request support