From b442009f5278bab262299f847b43ed6e6f08b6c9 Mon Sep 17 00:00:00 2001 From: Reb Date: Wed, 5 Sep 2018 17:24:00 +0000 Subject: Document that when updating using a Helm chart 'helm repo update' needs to be run before the 'helm upgrade ...' command. --- doc/install/kubernetes/gitlab_chart.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/install/kubernetes') 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 ``` -- cgit v1.2.3