diff --git a/Makefile b/Makefile index 32eb5140..00fbb293 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ mod-download-go: .PHONY: mirror-licenses mirror-licenses: mod-download-go; \ - go install istio.io/tools/cmd/license-lint@latest; \ + go install istio.io/tools/cmd/license-lint@v0.0.0-20240221165422-57f6bfb4cd73; \ rm -fr licenses; \ license-lint --mirror diff --git a/hack/e2e-test/install-kurator.sh b/hack/e2e-test/install-kurator.sh index fbc8ebcb..709dd3db 100755 --- a/hack/e2e-test/install-kurator.sh +++ b/hack/e2e-test/install-kurator.sh @@ -12,7 +12,7 @@ export KUBECONFIG=${MAIN_KUBECONFIG} COMMIT_ID=$(git rev-parse --short HEAD) VERSION=$(echo "$COMMIT_ID" | grep -o '^[0-9]') -sleep 5s +sleep 10s helm repo add jetstack https://charts.jetstack.io helm repo update