This directory contains the default Istio installation configuration in several different flavors. Also contained is 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-a <hub>,<tag>specifies same hub and tag for pilot, mixer, proxy, and istio-ca containers-r <tag>new tag for proxy debian package-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-ddirectory to store updated/generated files (optional, defaults to source code tree)
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"