August 2019
Beginner
608 pages
16h 7m
English
Once your GitLab chart is installed, configuration changes and chart updates should be done using the Helm upgrade.
If you would like to upgrade GitLab or change settings, use the following procedure:
#update the charthelm repo add gitlab https://charts.gitlab.io/helm repo update#get the current valueshelm get values gitlab > gitlab.yaml
Edit the gitlab.yaml file, looking at the possible values here: https://docs.gitlab.com/charts/installation/command-line-options.html.
Save and apply the settings file:
helm upgrade gitlab gitlab/gitlab -f gitlab.yaml
The command should return a lot of output, but it should mention the following:
STATUS: DEPLOYED
Read now
Unlock full access