Skip to content

Commit 4afd09e

Browse files
committed
fix: debug helm release error
1 parent 324e858 commit 4afd09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lighthouse/jenkins-x/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
sed -i -e "s/repository:.*/repository: $DOCKER_REGISTRY\/$DOCKER_REGISTRY_ORG\/$APP_NAME/" ./charts/$REPO_NAME/values.yaml
8585
sed -i -e "s/tag:.*/tag: $VERSION/" ./charts/$REPO_NAME/values.yaml;
8686
else echo no charts; fi
87-
87+
export JX_LOG_LEVEL=trace
8888
jx gitops helm release
8989
podTemplate: {}
9090
serviceAccountName: tekton-bot

0 commit comments

Comments
 (0)