Skip to content

Commit

Permalink
Merge pull request #129272 from ameukam/automated-cherry-pick-of-#129…
Browse files Browse the repository at this point in the history
…095-upstream-release-1.29

Automated cherry pick of #129095: fetch cni plugins from GitHub releases
  • Loading branch information
k8s-ci-robot authored Jan 6, 2025
2 parents 6069f7a + 781ee6b commit 140ef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_node/remote/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func getCNIURL() string {
if builder.IsTargetArchArm64() {
cniArch = "arm64"
}
cniURL := fmt.Sprintf("https://storage.googleapis.com/k8s-artifacts-cni/release/%s/cni-plugins-linux-%s-%s.tgz", cniVersion, cniArch, cniVersion)
cniURL := fmt.Sprintf("https://github.com/containernetworking/plugins/releases/download/%s/cni-plugins-linux-%s-%s.tgz", cniVersion, cniArch, cniVersion)
return cniURL

}
Expand Down

0 comments on commit 140ef24

Please sign in to comment.