mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 05:29:28 -02:30
Update KataContainers to 1.12.1 (#7427)
This commit is contained in:
@@ -52,7 +52,7 @@ image_arch: "{{host_architecture | default('amd64')}}"
|
|||||||
kubeadm_version: "{{ kube_version }}"
|
kubeadm_version: "{{ kube_version }}"
|
||||||
etcd_version: v3.4.13
|
etcd_version: v3.4.13
|
||||||
crun_version: 0.18
|
crun_version: 0.18
|
||||||
kata_containers_version: 1.11.3
|
kata_containers_version: 1.12.1
|
||||||
|
|
||||||
# gcr and kubernetes image repo define
|
# gcr and kubernetes image repo define
|
||||||
gcr_image_repo: "gcr.io"
|
gcr_image_repo: "gcr.io"
|
||||||
@@ -478,10 +478,13 @@ crun_checksums:
|
|||||||
kata_containers_binary_checksums:
|
kata_containers_binary_checksums:
|
||||||
arm:
|
arm:
|
||||||
1.11.3: 0
|
1.11.3: 0
|
||||||
|
1.12.1: 0
|
||||||
amd64:
|
amd64:
|
||||||
1.11.3: edbee010e913de980ab104958d7a6fc8394ea069038ad8c6210db36620284364
|
1.11.3: edbee010e913de980ab104958d7a6fc8394ea069038ad8c6210db36620284364
|
||||||
|
1.12.1: 9b9c8e061dd77a4feb4ded8e5b175ad302edbd7b6be862fc39ee448631f160e4
|
||||||
arm64:
|
arm64:
|
||||||
1.11.3: 0
|
1.11.3: 0
|
||||||
|
1.12.1: 0
|
||||||
|
|
||||||
etcd_binary_checksum: "{{ etcd_binary_checksums[image_arch] }}"
|
etcd_binary_checksum: "{{ etcd_binary_checksums[image_arch] }}"
|
||||||
cni_binary_checksum: "{{ cni_binary_checksums[image_arch] }}"
|
cni_binary_checksum: "{{ cni_binary_checksums[image_arch] }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user