Update to 2023-12-06 22:00

This commit is contained in:
Daniel Berteaud
2023-12-06 22:00:32 +01:00
parent 70071a8ae9
commit 68466033d1
11 changed files with 35 additions and 13 deletions

View File

@@ -1,11 +1,11 @@
---
# Version of the CNI plugins to install
cni_version: 1.3.0
cni_version: 1.4.0
# Archive where the pre compiled bin archive will be downloaded
cni_archive_url: https://github.com/containernetworking/plugins/releases/download/v{{ cni_version }}/cni-plugins-linux-amd64-v{{ cni_version }}.tgz
# Expected checksum of the archive
cni_archive_sha256: 754a71ed60a4bd08726c3af705a7d55ee3df03122b12e389fdba4bea35d7dd7e
cni_archive_sha256: c2485ddb3ffc176578ae30ae58137f0b88e50f7c7f2af7d53a569276b2949a33
# Where the plugins will be installed (binaries will be extracted in a /bin sub-directory)
cni_root_dir: /opt/cni