This directory contains the default Istio installation configuration and the script for updating it.
The updateVersion.sh script is used to update image versions in ../istio.VERSION and the istio installation yaml files.
-p <hub>,<tag>new pilot image-x <hub>,<tag>new mixer image-c <hub>,<tag>new ca image-r <tag>new proxy tag-i <url>newistioctldownload URL-gcreate agit committitled "Updating istio version" for the changes-nnamespace in which to install Istio control plane components (defaults to istio-system)-scheck if template files have been updated with this tool-AURL to download auth debian packages-PURL to download pilot debian packages-EURL to download proxy debian packages
Default values for the -p, -x, -c, -r, and -i options are as specified in istio.VERSION
(i.e., they are left unchanged).
Update the pilot and istioctl:
./updateVersion.sh -p "docker.io/istio,2017-05-09-06.14.22" -i "https://storage.googleapis.com/istio-artifacts/dbcc933388561cdf06cbe6d6e1076b410e4433e0/artifacts/istioctl"