Update to 2024-06-17 23:00

This commit is contained in:
Daniel Berteaud
2024-06-17 23:00:57 +02:00
parent 8590b558e8
commit 52e2addecb
5 changed files with 9 additions and 9 deletions

View File

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