diff options
Diffstat (limited to 'xci/config/pinned-versions')
-rwxr-xr-x | xci/config/pinned-versions | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xci/config/pinned-versions b/xci/config/pinned-versions index e55b1d17..b5f5480d 100755 --- a/xci/config/pinned-versions +++ b/xci/config/pinned-versions @@ -45,7 +45,3 @@ export HAPROXY_VERSION=$(grep -E '.*name: haproxy_server' -A 3 \ | tail -n1 | sed -n 's/\(^.*: \)\([0-9a-z].*$\)/\2/p') # HEAD of kubspray "master" as of 16.05.2018 export KUBESPRAY_VERSION=${KUBESPRAY_VERSION:-"38e727dbe1bdf5316fae8d645718cc8279fbda20"} -# use tagged version of OSM devops repo until the integration is done -# also, this version is not OSM version. This needs to be looked into for -# specifying exact version for OSM itself. -export OSM_DEVOPS_VERSION=${OSM_DEVOPS_VERSION:-"v4.0.1"} |