change istio version -again
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
				
			|||||||
#!/bin/bash 
 | 
					#!/bin/bash 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Download and unpack istio
 | 
					#Download and unpack istio
 | 
				
			||||||
ISTIO_VERSION=1.4.0-beta0
 | 
					ISTIO_VERSION=1.3.4
 | 
				
			||||||
curl -L https://git.io/getLatestIstio | sh -
 | 
					curl -L https://git.io/getLatestIstio | sh -
 | 
				
			||||||
cd istio-${ISTIO_VERSION}
 | 
					cd istio-${ISTIO_VERSION}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user