Merge pull request #916 from fluxcd/e2e-up

e2e: Update Istio and Contour
This commit is contained in:
Stefan Prodan
2021-05-25 11:08:13 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
CONTOUR_VER="release-1.13"
CONTOUR_VER="release-1.15"
REPO_ROOT=$(git rev-parse --show-toplevel)
mkdir -p ${REPO_ROOT}/bin
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
ISTIO_VER="1.8.2"
ISTIO_VER="1.10.0"
REPO_ROOT=$(git rev-parse --show-toplevel)
mkdir -p ${REPO_ROOT}/bin