From 6c833e30436ca760101c1a6efeee1d52407e4086 Mon Sep 17 00:00:00 2001 From: dyn Date: Wed, 17 Dec 2025 23:39:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(bonus):=20ffs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dyn --- bonus/scripts/argo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus/scripts/argo-install.sh b/bonus/scripts/argo-install.sh index 4467003..6ec1c81 100755 --- a/bonus/scripts/argo-install.sh +++ b/bonus/scripts/argo-install.sh @@ -60,7 +60,7 @@ echo '> GitLab is starting (this takes around ~10 minutes)...' echo '>' helm repo add gitlab https://charts.gitlab.io/ -help repo update +helm repo update helm upgrade --install gitlab gitlab/gitlab \ --namespace gitlab \ --timeout 1200s \