X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fclusters%2Fstatic-values.yaml;h=4df53736850a8d3ad1bca718ce3a1807520e1569;hb=308b436e60c4f9477641a196fe5a53996fd9bc92;hp=6a2fad09778fac6b7ad07c557315ad1da25834fd;hpb=b186c139606d013f85803c0a65c196360720013f;p=icn.git diff --git a/deploy/clusters/static-values.yaml b/deploy/clusters/static-values.yaml index 6a2fad0..4df5373 100644 --- a/deploy/clusters/static-values.yaml +++ b/deploy/clusters/static-values.yaml @@ -66,14 +66,14 @@ clusters: # # Refer to the below for further information: # - https://github.com/kubernetes/kubernetes/blob/master/build/dependencies.yaml - # - https://download.docker.com/linux/ubuntu/dists/bionic/stable/binary-amd64/Packages + # - https://download.docker.com/linux/ubuntu/dists/focal/stable/binary-amd64/Packages # # The OS image. - imageName: bionic-server-cloudimg-amd64.img + imageName: focal-server-cloudimg-amd64.img # The version of Kubernetes installed. k8sVersion: v1.21.6 # The version of the kubelet, kubeadm, and kubectl packages. kubeVersion: 1.21.6-00 # The version of the CRI installed. containerdVersion: 1.4.11-1 - dockerVersion: 5:20.10.10~3-0~ubuntu-bionic + dockerVersion: 5:20.10.10~3-0~ubuntu-focal