diff --git a/test/e2e-nginx-custom-annotations.sh b/test/e2e-nginx-custom-annotations.sh index 3853a081..c6f9374c 100755 --- a/test/e2e-nginx-custom-annotations.sh +++ b/test/e2e-nginx-custom-annotations.sh @@ -3,7 +3,7 @@ set -o errexit REPO_ROOT=$(git rev-parse --show-toplevel) -NGINX_HELM_VERSION=1.33.4 # ingress v0.30.0 +NGINX_HELM_VERSION=1.34.2 # ingress v0.30.0 echo '>>> Installing NGINX Ingress' helm upgrade -i nginx-ingress stable/nginx-ingress --version=${NGINX_HELM_VERSION} \ diff --git a/test/e2e-nginx.sh b/test/e2e-nginx.sh index aaf696f9..ad8934d6 100755 --- a/test/e2e-nginx.sh +++ b/test/e2e-nginx.sh @@ -3,7 +3,7 @@ set -o errexit REPO_ROOT=$(git rev-parse --show-toplevel) -NGINX_HELM_VERSION=1.33.4 # ingress v0.30.0 +NGINX_HELM_VERSION=1.34.2 # ingress v0.30.0 echo '>>> Installing NGINX Ingress' kubectl create ns ingress-nginx