mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
e2e: update istio to 1.4.5 and NGINX to 1.33.0
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user