change istio version -again

This commit is contained in:
2019-11-09 16:11:54 +01:00
parent ba068595d2
commit 243273cc5b

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}