From 3ec206228b3f9329405688cce750e2cbcc84dc4d Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 11 May 2023 21:12:56 +0800 Subject: [PATCH] roles/gitlab/files/setup.sh: set --timeout=1m --- playbook/roles/gitlab/files/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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