From 243273cc5b0df174d93f283586752a8e476da3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 9 Nov 2019 16:11:54 +0100 Subject: [PATCH] change istio version -again --- deploy/install_knative.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install_knative.sh b/deploy/install_knative.sh index fe571a5..6ca8c90 100644 --- a/deploy/install_knative.sh +++ b/deploy/install_knative.sh @@ -1,7 +1,7 @@ #!/bin/bash #Download and unpack istio -ISTIO_VERSION=1.4.0-beta0 +ISTIO_VERSION=1.3.4 curl -L https://git.io/getLatestIstio | sh - cd istio-${ISTIO_VERSION}