Merge pull request #2015 from fidencio/2.2.0-alpha0-branch-bump

# Kata Containers 2.2.0-alpha0
This commit is contained in:
Fabiano Fidêncio 2021-06-11 18:51:08 +02:00 committed by GitHub
commit e754ff37e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2.1.0-rc0 2.2.0-alpha0

View File

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

View File

@ -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:2.1.0-rc0 image: katadocker/kata-deploy:2.2.0-alpha0
imagePullPolicy: Always imagePullPolicy: Always
lifecycle: lifecycle:
preStop: preStop: