X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Finstall_k8s_and_helm.sh;h=f1873bcf3375eff75e9059aa2221e8f3c5530e3f;hb=refs%2Fchanges%2F84%2F11084%2F1;hp=234e920e6082a8206317c190a1e67aa5d1dfb441;hpb=4e8ef19ebad910acaa75b44f2f8d7b1077060fe4;p=ric-plt%2Fric-dep.git diff --git a/bin/install_k8s_and_helm.sh b/bin/install_k8s_and_helm.sh index 234e920..f1873bc 100755 --- a/bin/install_k8s_and_helm.sh +++ b/bin/install_k8s_and_helm.sh @@ -64,7 +64,7 @@ start_ipv6_if () { KUBEV="1.16.0" KUBECNIV="0.7.5" HELMV="3.5.4" -DOCKERV="20.10.12" +DOCKERV="20.10.21" echo running ${0} while getopts ":k:d:e:n:c" o; do @@ -170,7 +170,7 @@ elif [[ ${UBUNTU_RELEASE} == 18.* ]]; then elif [[ ${UBUNTU_RELEASE} == 20.* ]]; then echo "Installing on Ubuntu $UBUNTU_RELEASE (Focal Fossal)" if [ ! -z "${DOCKERV}" ]; then - DOCKERVERSION="${DOCKERV}-0ubuntu2~20.04.1" # 20.10.12-0ubuntu2~20.04.1 + DOCKERVERSION="${DOCKERV}-0ubuntu1~20.04.2" # 20.10.21-0ubuntu1~20.04.2 fi else echo "Unsupported Ubuntu release ($UBUNTU_RELEASE) detected. Exit."