Skip to content

Commit

Permalink
Update KataContainers to 1.12.1 (kubernetes-sigs#7427)
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualet authored Apr 1, 2021
1 parent f05d6b3 commit 6330db8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ image_arch: "{{host_architecture | default('amd64')}}"
kubeadm_version: "{{ kube_version }}"
etcd_version: v3.4.13
crun_version: 0.18
kata_containers_version: 1.11.3
kata_containers_version: 1.12.1

# gcr and kubernetes image repo define
gcr_image_repo: "gcr.io"
Expand Down Expand Up @@ -478,10 +478,13 @@ crun_checksums:
kata_containers_binary_checksums:
arm:
1.11.3: 0
1.12.1: 0
amd64:
1.11.3: edbee010e913de980ab104958d7a6fc8394ea069038ad8c6210db36620284364
1.12.1: 9b9c8e061dd77a4feb4ded8e5b175ad302edbd7b6be862fc39ee448631f160e4
arm64:
1.11.3: 0
1.12.1: 0

etcd_binary_checksum: "{{ etcd_binary_checksums[image_arch] }}"
cni_binary_checksum: "{{ cni_binary_checksums[image_arch] }}"
Expand Down

0 comments on commit 6330db8

Please sign in to comment.