Update e2e NGINX ingress to v1.12.1

This commit is contained in:
stefanprodan
2019-08-03 13:42:27 +03:00
parent 62a7a92f2a
commit eaa6906516
+1 -1
View File
@@ -4,7 +4,7 @@ set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
NGINX_VERSION=1.8.2
NGINX_VERSION=1.12.1
echo '>>> Installing NGINX Ingress'
helm upgrade -i nginx-ingress stable/nginx-ingress --version=${NGINX_VERSION} \