Fix a couple flannel invocations I missed

This commit is contained in:
Tim Hockin
2015-12-09 11:35:38 -08:00
parent b266aa1577
commit 6b830cf229
7 changed files with 8 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
RELEASES_DIR=${RELEASES_DIR:-/tmp/downloads}
# Define flannel version to use.
FLANNEL_VERSION=${FLANNEL_VERSION:-"0.5.3"}
FLANNEL_VERSION=${FLANNEL_VERSION:-"0.5.5"}
# Define etcd version to use.
ETCD_VERSION=${ETCD_VERSION:-"2.2.1"}