Commit b442009f authored by Reb's avatar Reb

Document that when updating using a Helm chart 'helm repo update' needs to be...

Document that when updating using a Helm chart 'helm repo update' needs to be run before the 'helm upgrade ...' command.  
parent 6967fd0a
......@@ -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
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment