change istio version -again

This commit is contained in:
Torma Kristóf 2019-11-09 16:11:54 +01:00
parent ba068595d2
commit 243273cc5b
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 1 deletions

View File

@ -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}