Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 7b17157

Browse files
togashidmmadalazar
authored andcommitted
Redirect the endpoint for the cni install
1 parent 9464921 commit 7b17157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/e2e_setup_cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ APP_NAME="tasextender"
1010
APP_DOCKER_TAG="${APP_NAME}:latest"
1111
K8_ADDITIONS_PATH="${root}/.github/scripts/policies"
1212
TMP_DIR="${root}/tmp"
13-
CNIS_DAEMONSET_URL="https://raw.githubusercontent.com/intel/multus-cni/master/e2e/cni-install.yml"
13+
CNIS_DAEMONSET_URL="https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/v3.9.1/e2e/cni-install.yml"
1414
CNIS_NAME="cni-plugins"
1515
# running the latest available image my default, unless instructed to
1616
KIND_IMAGE="kindest/node:v1.24.0@sha256:0866296e693efe1fed79d5e6c7af8df71fc73ae45e3679af05342239cdc5bc8e"

0 commit comments

Comments
 (0)