Document that when updating using a Helm chart 'helm repo update' needs to be run before the 'helm upgrade ...' command.

This commit is contained in:
Reb 2018-09-05 17:24:00 +00:00
parent 6967fd0aa5
commit b442009f52
1 changed files with 1 additions and 0 deletions

View File

@ -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
```