kata-cleanup: Explicitly add tag to the container image

We have the tags explicitly set on kata-deploy, let's do the same for
kata-cleanup.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
(cherry picked from commit f444adb51b)
This commit is contained in:
Fabiano Fidêncio 2021-04-08 21:29:57 +02:00
parent 4e868ad981
commit f0d6316004

View File

@ -18,7 +18,7 @@ spec:
katacontainers.io/kata-runtime: cleanup
containers:
- name: kube-kata-cleanup
image: katadocker/kata-deploy
image: katadocker/kata-deploy:2.0.2
imagePullPolicy: Always
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
env: