File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,11 @@ SKIP_INSTALL=${SKIP_INSTALL:-}
2323KIND_E2E=${KIND_E2E:- }
2424CONTAINER_ENGINE=${CONTAINER_ENGINE:- docker}
2525KIND_SUDO=${KIND_SUDO:- }
26+ KIND_VERSION=${KIND_VERSION:- v0.30.0}
2627SKIP_KUBECTL_INSTALL=${SKIP_KUBECTL_INSTALL:- }
2728SKIP_KIND_INSTALL=${SKIP_KIND_INSTALL:- }
2829SKIP_KUBEVIRT_INSTALL=${SKIP_KUBEVIRT_INSTALL:- }
29- KUBEVIRT_VERSION=${KUBEVIRT_VERSION:- v1.3.0-rc.1 }
30+ KUBEVIRT_VERSION=${KUBEVIRT_VERSION:- v1.6.2 }
3031
3132# Build a descheduler image
3233IMAGE_TAG=v$( date +%Y%m%d) -$( git describe --tags)
@@ -43,7 +44,7 @@ if [ -n "$KIND_E2E" ]; then
4344 curl -Lo kubectl https://dl.k8s.io/release/${K8S_VERSION} /bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/local/bin/
4445 fi
4546 if [ -z " ${SKIP_KIND_INSTALL} " ]; then
46- wget https://github.com/kubernetes-sigs/kind/releases/download/v0.27.0 /kind-linux-amd64
47+ wget https://github.com/kubernetes-sigs/kind/releases/download/${KIND_VERSION} /kind-linux-amd64
4748 chmod +x kind-linux-amd64
4849 mv kind-linux-amd64 kind
4950 export PATH=$PATH :$PWD
You can’t perform that action at this time.
0 commit comments