Merge pull request #115125 from adisky/update-cni-version

Update CNI version to 1.2.0
This commit is contained in:
Kubernetes Prow Robot
2023-01-20 03:34:15 -08:00
committed by GitHub
4 changed files with 5 additions and 5 deletions

View File

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