e2e: update istio to 1.4.5 and NGINX to 1.33.0

This commit is contained in:
stefanprodan
2020-02-28 12:28:09 +02:00
parent 3e0867040f
commit 19faf67523
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
ISTIO_VER="1.4.4"
ISTIO_VER="1.4.5"
REPO_ROOT=$(git rev-parse --show-toplevel)
echo ">>> Installing Istio ${ISTIO_VER}"
+1 -1
View File
@@ -3,7 +3,7 @@
set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
NGINX_VERSION=1.26.0
NGINX_VERSION=1.33.0
echo '>>> Installing NGINX Ingress'
kubectl create ns ingress-nginx