update cni from 1.4.1 to 1.5.0

Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
This commit is contained in:
bzsuni
2024-05-24 14:34:47 +08:00
parent 3332eef27d
commit 61a35c2186
5 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ import (
// utils.go contains functions used across test suites.
const (
cniVersion = "v1.4.1"
cniVersion = "v1.5.0"
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
cniConfDirectory = "cni/net.d"