Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReb <reb@gitlab.com>2018-09-05 20:24:00 +0300
committerReb <reb@gitlab.com>2018-09-05 20:24:00 +0300
commitb442009f5278bab262299f847b43ed6e6f08b6c9 (patch)
tree4663de8d1dbe7bf9f101a80f1441c8e387e9d5a6 /doc/install/kubernetes
parent6967fd0aa5ba3ca51d48335e16703d12e6bd247c (diff)
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/kubernetes')
-rw-r--r--doc/install/kubernetes/gitlab_chart.md1
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
```