Update go to 1.12.5, kubectl to 1.14.1 and kind to 0.2.1 (#4064)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-05-06 23:28:15 -04:00 committed by GitHub
parent b4f2880ee6
commit b8fb09d7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -40,7 +40,7 @@ if [ "$missing" = true ];then
exit 1
fi
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v04172019-3fa3923cb
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v05062019-b4f2880ee
DOCKER_OPTS=${DOCKER_OPTS:-""}