Merge pull request #119969 from saschagrunert/cni-plugins

Update CNI plugins to v1.3.0
This commit is contained in:
Kubernetes Prow Robot
2023-08-23 12:41:57 -07:00
committed by GitHub
5 changed files with 12 additions and 10 deletions

View File

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