Updated env variables to the latest versions

To simplify the deployment process, the sample components versions were updated to the latest actual.
This commit is contained in:
Ihor Dvoretskyi
2016-04-17 18:05:48 -07:00
parent c168f89aa9
commit a60943d464
@@ -26,8 +26,8 @@ if ( ! ps -ef | grep "/usr/bin/docker" | grep -v 'grep' &> /dev/null ); then
fi
# Make sure k8s version env is properly set
K8S_VERSION=${K8S_VERSION:-"1.2.0-alpha.7"}
ETCD_VERSION=${ETCD_VERSION:-"2.2.1"}
K8S_VERSION=${K8S_VERSION:-"1.2.2}
ETCD_VERSION=${ETCD_VERSION:-"2.3.1"}
FLANNEL_VERSION=${FLANNEL_VERSION:-"0.5.5"}
FLANNEL_IPMASQ=${FLANNEL_IPMASQ:-"true"}
FLANNEL_IFACE=${FLANNEL_IFACE:-"eth0"}