Skip to content

Commit

Permalink
Update multus to v4.1.3 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Oct 15, 2024
1 parent 9d2e8d6 commit fd94037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-multus-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if $CERTSUITE_NON_OCP_CLUSTER; then
oc rollout status daemonset calico-node -n kube-system --timeout="$CERTSUITE_DEPLOYMENT_TIMEOUT"

rm -rf ./temp
git clone --depth 1 $MULTUS_GIT_URL -b v4.1.2 ./temp/multus-cni
git clone --depth 1 $MULTUS_GIT_URL -b v4.1.3 ./temp/multus-cni
oc apply --filename ./temp/multus-cni/deployments/multus-daemonset.yml

# Wait for all multus daemonset pods to be running
Expand Down

0 comments on commit fd94037

Please sign in to comment.