RIC-966 updating chartmuseum and docker refs
[ric-plt/ric-dep.git] / bin / install_k8s_and_helm.sh
index 234e920..0d19590 100755 (executable)
@@ -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.1"  # 20.10.21-0ubuntu1~20.04.1
   fi
 else
   echo "Unsupported Ubuntu release ($UBUNTU_RELEASE) detected.  Exit."