summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2019-08-31 18:54:21 +0200
committerFatih Degirmenci <fdegir@gmail.com>2019-09-01 02:45:37 +0200
commitf098d178cbbaa1096786c0d181d6693461fe4eb5 (patch)
tree783ecc6c6d86fdcc5e89db0f7d4165e3263be8b1
parentf3534f7e1d5b8e60ede21caea3a6ead42f405b9a (diff)
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 <fdegir@gmail.com>
-rwxr-xr-xxci/config/pinned-versions6
1 files changed, 3 insertions, 3 deletions
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"}