Update Istio, Linkerd and Contour e2e to latest version

This commit is contained in:
stefanprodan
2020-08-05 11:47:46 +03:00
parent 68312570b6
commit fd34614c84
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
CONTOUR_VER="v1.5.0"
CONTOUR_VER="v1.7.0"
echo '>>> Installing Contour'
kubectl apply -f https://projectcontour.io/quickstart/${CONTOUR_VER}/contour.yaml
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
ISTIO_VER="1.6.1"
ISTIO_VER="1.6.7"
REPO_ROOT=$(git rev-parse --show-toplevel)
echo ">>> Downloading Istio ${ISTIO_VER}"
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
LINKERD_VER="stable-2.8.0"
LINKERD_VER="stable-2.8.1"
REPO_ROOT=$(git rev-parse --show-toplevel)
curl -SsL https://github.com/linkerd/linkerd2/releases/download/${LINKERD_VER}/linkerd2-cli-${LINKERD_VER}-linux > ${REPO_ROOT}/bin/linkerd