diff --git a/playbook/roles/gitlab/files/setup.sh b/playbook/roles/gitlab/files/setup.sh index bb73f187..a0993be3 100644 --- a/playbook/roles/gitlab/files/setup.sh +++ b/playbook/roles/gitlab/files/setup.sh @@ -113,4 +113,4 @@ export KUBECONFIG=/etc/rancher/k3s/k3s.yaml helm repo add gitlab https://charts.gitlab.io/ helm repo up kubectl create namespace gitlab || true -helm upgrade --install gitlab gitlab/gitlab --version=6.6.1 --namespace gitlab -f gitlab-values.yaml --timeout 100 --debug +helm upgrade --install gitlab gitlab/gitlab --version=6.6.1 --namespace gitlab -f gitlab-values.yaml --timeout=1m --debug