Update 'deploy/install_knative.sh'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-02-18 21:28:25 +01:00
parent affbe46d96
commit bbc35880df

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
#Download and unpack istio #Download and unpack istio
ISTIO_VERSION=1.3.4 ISTIO_VERSION=1.4.4
curl -L https://git.io/getLatestIstio | sh - curl -L https://git.io/getLatestIstio | sh -
cd istio-${ISTIO_VERSION} cd istio-${ISTIO_VERSION}