Update cni-plugins to v1.4.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert
2024-03-12 12:06:52 +01:00
parent 3ec6a38795
commit a35b75ee57
5 changed files with 6 additions and 6 deletions

View File

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