diff options
author | Markos Chandras <mchandras@suse.de> | 2018-11-02 10:58:55 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-11-02 10:58:55 +0000 |
commit | dc1248fe7d989e9103cea7bfa8fd59814b86e0f1 (patch) | |
tree | 39f4120eef96dfc9798da3206c203a27e3ac5467 | |
parent | ecab61fe9aa4e07df4334c7039b8fe6e85636488 (diff) |
xci: Bump kubespray version to 2.7.0
installer-type:kubespray
deploy-scenario:k8-nosdn-nofeature
Change-Id: I6b59df5112e9b3459bf3147557f5f22fe0fb778b
Signed-off-by: Markos Chandras <mchandras@suse.de>
-rwxr-xr-x | xci/config/pinned-versions | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index daf20291..b580f22b 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -43,6 +43,5 @@ export KEEPALIVED_VERSION=$(grep -E '.*name: keepalived' -A 3 \ export HAPROXY_VERSION=$(grep -E '.*name: haproxy_server' -A 3 \ ${XCI_PATH}/xci/installer/osa/files/ansible-role-requirements.yml \ | tail -n1 | sed -n 's/\(^.*: \)\([0-9a-z].*$\)/\2/p') -# Kubespray release v2.6.0 dated 10.08.2018 -# didn't bump to the tip of master due to open issues with the k8s v1.11.2 -export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"8b3ce6e418ccf48171eb5b3888ee1af84f8d71ba"} +# Kubespray release v2.7.0 dated 02.10.2018 +export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"v2.7.0"} |