diff options
author | Reb <reb@gitlab.com> | 2018-09-05 17:24:00 +0000 |
---|---|---|
committer | Reb <reb@gitlab.com> | 2018-09-05 17:24:00 +0000 |
commit | b442009f5278bab262299f847b43ed6e6f08b6c9 (patch) | |
tree | 4663de8d1dbe7bf9f101a80f1441c8e387e9d5a6 /doc/install | |
parent | 6967fd0aa5ba3ca51d48335e16703d12e6bd247c (diff) | |
download | gitlab-ce-b442009f5278bab262299f847b43ed6e6f08b6c9.tar.gz |
Document that when updating using a Helm chart 'helm repo update' needs to be run before the 'helm upgrade ...' command.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/kubernetes/gitlab_chart.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md index 8852570b254..cd380b1dd01 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -133,6 +133,7 @@ Once your GitLab Chart is installed, configuration changes and chart updates should be done using `helm upgrade`: ```sh +helm repo update helm upgrade --reuse-values gitlab gitlab/gitlab ``` |