From f098d178cbbaa1096786c0d181d6693461fe4eb5 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Sat, 31 Aug 2019 18:54:21 +0200 Subject: Bump kubespray version to bring k8s v1.15.3 installer-type:kubespray deploy-scenario:k8-calico-nofeature JIRA: XCI-6 Change-Id: I8546feb53312cce7267a43c1c91d502326c83995 Signed-off-by: Fatih Degirmenci --- xci/config/pinned-versions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xci') diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index c5ed768a..440972ae 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -48,8 +48,8 @@ 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.7.0 dated 02.10.2018 -export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"v2.7.0"} +# Kubespray release v2.11.0 dated 31.08.2019 +export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"v2.11.0"} # Kubernetes version supported by the pinned kubespray version # this is needed for pulling in kubectl -export KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.11.3"} +export KUBERNETES_VERSION=${KUBERNETES_VERSION:-"v1.15.3"} -- cgit 1.2.3-korg