mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 06:44:23 +01: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 patches0b6e9f83runtime: make selinux configurable408477a2kata-deploy: Use (kata with) qemu as the default shim-v2 binary9431498eshim: log events for CRI-O406f00a3packaging: Use `patch` for applying patches7af719e4agent: handle hook process result9b34cf46agent: valid envs for hooks9c195364agent: Fix execute_hook() args error9bea3a42agent: check environment variables if empty or invalid Signed-off-by: Eric Ernst <eric_ernst@apple.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user