Update to 2024-12-04 22:01

This commit is contained in:
Daniel Berteaud
2024-12-04 22:01:13 +01:00
parent 29eafbff54
commit 90f0962fa1
4 changed files with 7 additions and 7 deletions

View File

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