From 19e605c79229ba0d283710c8e61020b70ef9e3cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Fri, 5 Jan 2024 13:03:47 +0100 Subject: [PATCH] fix: debug helm release error --- .lighthouse/jenkins-x/pullrequest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lighthouse/jenkins-x/pullrequest.yaml b/.lighthouse/jenkins-x/pullrequest.yaml index a4025d2f2..a78773409 100755 --- a/.lighthouse/jenkins-x/pullrequest.yaml +++ b/.lighthouse/jenkins-x/pullrequest.yaml @@ -85,7 +85,7 @@ spec: sed -i -e "s/tag:.*/tag: $VERSION/" ./charts/$REPO_NAME/values.yaml; else echo no charts; fi export JX_LOG_LEVEL=trace - jx gitops helm release + jx gitops helm release || sleep 900 podTemplate: {} serviceAccountName: tekton-bot timeout: 240h0m0s