mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 13:46:46 +00:00
release: Kata Containers 2.3.3
- back port:: runtime: make selinux configurable - stable-2.3 | kata-deploy: Use (kata with) qemu as the default shim-v2 binary - stable-2.3 | shim: log events for CRI-O - stable-2.3 | agent: fix invalid hooks env issues - stable-2.3 | packaging: Use `patch` for applying patches0b6e9f83
runtime: make selinux configurable408477a2
kata-deploy: Use (kata with) qemu as the default shim-v2 binary9431498e
shim: log events for CRI-O406f00a3
packaging: Use `patch` for applying patches7af719e4
agent: handle hook process result9b34cf46
agent: valid envs for hooks9c195364
agent: Fix execute_hook() args error9bea3a42
agent: check environment variables if empty or invalid Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
parent
48732f5c4f
commit
652cff16b4
@ -18,7 +18,7 @@ spec:
|
||||
katacontainers.io/kata-runtime: cleanup
|
||||
containers:
|
||||
- name: kube-kata-cleanup
|
||||
image: quay.io/kata-containers/kata-deploy:2.3.2
|
||||
image: quay.io/kata-containers/kata-deploy:2.3.3
|
||||
imagePullPolicy: Always
|
||||
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
|
||||
env:
|
||||
|
@ -16,7 +16,7 @@ spec:
|
||||
serviceAccountName: kata-label-node
|
||||
containers:
|
||||
- name: kube-kata
|
||||
image: quay.io/kata-containers/kata-deploy:2.3.2
|
||||
image: quay.io/kata-containers/kata-deploy:2.3.3
|
||||
imagePullPolicy: Always
|
||||
lifecycle:
|
||||
preStop:
|
||||
|
Loading…
Reference in New Issue
Block a user