From 7b2ef398a315426d18b36cc80ff15b0fc23f7872 Mon Sep 17 00:00:00 2001 From: varsha teratipally Date: Fri, 25 Sep 2020 00:39:29 +0000 Subject: [PATCH] switching to stable version --- cluster/gce/config-default.sh | 2 +- cluster/gce/config-test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index 255ebe7479f..e0a590c19a0 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -83,7 +83,7 @@ fi # you are updating the os image versions, update this variable. # Also please update corresponding image for node e2e at: # https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml -GCI_VERSION=${KUBE_GCI_VERSION:-cos-rc-85-13310-1040-0} +GCI_VERSION=${KUBE_GCI_VERSION:-cos-85-13310-1041-9} export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-} export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud} export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}} diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index 2ee8f80df4e..4f61a0de835 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -89,7 +89,7 @@ ALLOWED_NOTREADY_NODES=${ALLOWED_NOTREADY_NODES:-$(($(get-num-nodes) / 100))} # you are updating the os image versions, update this variable. # Also please update corresponding image for node e2e at: # https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/jenkins/image-config.yaml -GCI_VERSION=${KUBE_GCI_VERSION:-cos-rc-85-13310-1040-0} +GCI_VERSION=${KUBE_GCI_VERSION:-cos-85-13310-1041-9} export MASTER_IMAGE=${KUBE_GCE_MASTER_IMAGE:-} export MASTER_IMAGE_PROJECT=${KUBE_GCE_MASTER_PROJECT:-cos-cloud} export NODE_IMAGE=${KUBE_GCE_NODE_IMAGE:-${GCI_VERSION}}