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
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-09-05 21:47:32 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-09-05 21:47:32 +0300
commitc903fcd56441c4c3e8e487f1fb20bb4fe60bf1a3 (patch)
tree2238eae211a3f32e034781a91cda9c8275a99f41 /doc
parent498f3d83ca2abde4776d581f43d270ee45e4168a (diff)
parentb442009f5278bab262299f847b43ed6e6f08b6c9 (diff)
Merge branch 'patch-28' into 'master'
Fix documentation on upgrading when using a Helm chart See merge request gitlab-org/gitlab-ce!21539
Diffstat (limited to 'doc')
-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
```