From 60f6315b2d59d095a832eabb9db3bc39909ff652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 24 Mar 2021 00:29:03 +0100 Subject: [PATCH] kata-deploy: Use the correct tag for 2.1-alpha1 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's ensure we use the appropriate tag for the release, even before it was actually created. Fixes: #1493 Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9d477038ab..86c132ef39 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: katadocker/kata-deploy + image: katadocker/kata-deploy:2.1-alpha1 imagePullPolicy: Always lifecycle: preStop: