Skip to content

Commit c96e810

Browse files
authored
Update multus-cni to v4.2.0 (#546)
1 parent 39117fc commit c96e810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-multus-network.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if $CERTSUITE_NON_OCP_CLUSTER; then
1515
oc rollout status daemonset calico-node -n kube-system --timeout="$CERTSUITE_DEPLOYMENT_TIMEOUT"
1616

1717
rm -rf ./temp
18-
git clone --depth 1 $MULTUS_GIT_URL -b v4.1.4 ./temp/multus-cni
18+
git clone --depth 1 $MULTUS_GIT_URL -b v4.2.0 ./temp/multus-cni
1919
oc apply --filename ./temp/multus-cni/deployments/multus-daemonset.yml
2020

2121
# Wait for all multus daemonset pods to be running

0 commit comments

Comments
 (0)