summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2017-09-25 21:21:42 -0400
committerJoshua Lambert <joshua@gitlab.com>2017-09-25 21:21:42 -0400
commit56d8610fc78bb82e650570cee0520a34abd6e728 (patch)
tree9a956b29228acb1a27ea96e24ef9a78937f1522b
parent53b3ad5f7ce50bfdb1dd0c72b3cc2b020f52abe1 (diff)
downloadgitlab-ce-56d8610fc78bb82e650570cee0520a34abd6e728.tar.gz
Add updating note for 0.1.35 and storage
-rw-r--r--doc/install/kubernetes/gitlab_omnibus.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/install/kubernetes/gitlab_omnibus.md b/doc/install/kubernetes/gitlab_omnibus.md
index 150eb3a8bce..48a58b78b43 100644
--- a/doc/install/kubernetes/gitlab_omnibus.md
+++ b/doc/install/kubernetes/gitlab_omnibus.md
@@ -148,8 +148,15 @@ helm install --name gitlab --set baseDomain=gitlab.io,baseIP=1.1.1.1,gitlab=ee,g
## Updating GitLab using the Helm Chart
+>**Note**: If you are upgrading from a previous version to 0.1.35 or above, you will need to change the access mode values for the GitLab storage. To do this, set the following in `values.yaml` or on the CLI:
+```
+gitlabDataAccessMode=ReadWriteMany
+gitlabRegistryAccessMode=ReadWriteMany
+gitlabConfigAccessMode=ReadWriteMany
+```
+
Once your GitLab Chart is installed, configuration changes and chart updates
-should we done using `helm upgrade`:
+should be done using `helm upgrade`:
```bash
helm upgrade -f values.yaml gitlab gitlab/gitlab-omnibus