mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 14:14:15 +00:00
kata-deploy: Use the correct image
Let's tag the yet non existent 2.0.2 image, so whoever deploys kata using kata-deploy from the release tarball is pointed to the correct image. Fixes: #1493 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
c628ecf298
commit
a649d33a45
@ -16,7 +16,7 @@ spec:
|
|||||||
serviceAccountName: kata-label-node
|
serviceAccountName: kata-label-node
|
||||||
containers:
|
containers:
|
||||||
- name: kube-kata
|
- name: kube-kata
|
||||||
image: katadocker/kata-deploy
|
image: katadocker/kata-deploy:2.0.2
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
Loading…
Reference in New Issue
Block a user