From b7b88f439ad89e633eb9f9ac30724bbc1a28bae7 Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Thu, 21 Jun 2018 15:34:57 -0400 Subject: Fix helm update command --- doc/install/kubernetes/gitlab_chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md index 3d16b3cadd8..b7e5f802c98 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -64,7 +64,7 @@ run helm. In this example, we've named our helm release "gitlab". ``` helm repo add gitlab https://charts.gitlab.io/ -helm dependencies update +helm update helm upgrade --install gitlab gitlab/gitlab \ --timeout 600 \ --set global.hosts.domain=example.local \ -- cgit v1.2.1