Update to 2024-10-16 16:00

This commit is contained in:
Daniel Berteaud
2024-10-16 16:00:23 +02:00
parent db4f5ab690
commit 3d8b941b4c
4 changed files with 14 additions and 8 deletions

View File

@@ -1,11 +1,11 @@
---
# Version of the CNI plugins to install
cni_version: 1.5.1
cni_version: 1.6.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: 77baa2f669980a82255ffa2f2717de823992480271ee778aa51a9c60ae89ff9b
cni_archive_sha256: 682b49ff8933a997a52107161f1745f8312364b4c7f605ccdf7a77499130d89d
# Where the plugins will be installed (binaries will be extracted in a /bin sub-directory)
cni_root_dir: /opt/cni