From f3936b3d04f9f277d0adf6b946ffc4a66b301495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-R=C3=A9my=20Bancel?= Date: Mon, 2 Dec 2019 09:44:25 -0800 Subject: [PATCH] Update default Istio version to 1.3.5 --- docs/install/installing-istio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 8e6f7051097..870d6fa354f 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -57,7 +57,7 @@ without automatic sidecar injection. ```shell # Download and unpack Istio - export ISTIO_VERSION=1.1.7 + export ISTIO_VERSION=1.3.5 curl -L https://git.io/getLatestIstio | sh - cd istio-${ISTIO_VERSION} ```