summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2018-08-29 15:29:38 -0700
committerDJ Mountney <david@twkie.net>2018-08-29 15:29:38 -0700
commite62b8e2ae7c443052ef0b9ba41558cc258e1ebf7 (patch)
tree5410be150dffeee12bdbf81fd687d35e68ccf3e2
parentf981d4febbbb5103262f4daa858236d9c4ed9d67 (diff)
downloadgitlab-ce-e62b8e2ae7c443052ef0b9ba41558cc258e1ebf7.tar.gz
Update the gitlab chart kubernetes install documentation
With an updated list of the images you need to change when switching to the CE version.
-rw-r--r--doc/install/kubernetes/gitlab_chart.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md
index 5a6f26319c7..f50c3a2160b 100644
--- a/doc/install/kubernetes/gitlab_chart.md
+++ b/doc/install/kubernetes/gitlab_chart.md
@@ -123,6 +123,8 @@ To deploy the Community Edition, include these options in your `helm install` co
--set gitlab.migrations.image.repository=registry.gitlab.com/gitlab-org/build/cng/gitlab-rails-ce
--set gitlab.sidekiq.image.repository=registry.gitlab.com/gitlab-org/build/cng/gitlab-sidekiq-ce
--set gitlab.unicorn.image.repository=registry.gitlab.com/gitlab-org/build/cng/gitlab-unicorn-ce
+--set gitlab.unicorn.workhorse.image=registry.gitlab.com/gitlab-org/build/cng/gitlab-workhorse-ce
+--set gitlab.task-runner.image.repository=registry.gitlab.com/gitlab-org/build/cng/gitlab-task-runner-ce
```
## Updating GitLab using the Helm Chart