From de0eea5f44c99e155d066530c68a4e73857c2c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 10 Nov 2021 19:01:14 +0100 Subject: [PATCH] release: Kata Containers 2.3.0-rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - stable-2.3 | runtime: Revert "runtime: use containerd package instead of cri-containerd 96b66d2c docs: Fix typo 62a51d51 runtime: Revert "runtime: use containerd package instead of cri-containerd" Signed-off-by: Fabiano FidĂȘncio --- VERSION | 2 +- tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml | 2 +- tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b717ad0668..d62e3a5a6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0-rc0 +2.3.0-rc1 diff --git a/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml b/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml index fe49f2bc21..818f8e1c1c 100644 --- a/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml +++ b/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml @@ -18,7 +18,7 @@ spec: katacontainers.io/kata-runtime: cleanup containers: - name: kube-kata-cleanup - image: quay.io/kata-containers/kata-deploy:2.3.0-rc0 + image: quay.io/kata-containers/kata-deploy:2.3.0-rc1 imagePullPolicy: Always command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ] env: diff --git a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml b/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml index cc3638e57d..17a712f464 100644 --- a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml +++ b/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: kata-label-node containers: - name: kube-kata - image: quay.io/kata-containers/kata-deploy:2.3.0-rc0 + image: quay.io/kata-containers/kata-deploy:2.3.0-rc1 imagePullPolicy: Always lifecycle: preStop: