File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 oc rollout status daemonset calico-node -n kube-system --timeout=" $TNF_DEPLOYMENT_TIMEOUT "
1616
1717 rm -rf ./temp
18- git clone --depth 1 $MULTUS_GIT_URL -b v3.9.2 ./temp/multus-cni
18+ git clone --depth 1 $MULTUS_GIT_URL -b v3.9.3 ./temp/multus-cni
1919
2020 # fix for dimensioning bug
2121 sed ' s/memory: "50Mi"/memory: "100Mi"/g' temp/multus-cni/deployments/multus-daemonset-thick-plugin.yml -i
3232 kubectl -n kube-system wait --for=condition=ready -l name=" cni-plugins" pod --timeout=" $TNF_DEPLOYMENT_TIMEOUT "
3333
3434 # Install whereabouts at specific released version
35- git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6
35+ git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6.1
3636 oc apply \
3737 -f whereabouts/doc/crds/daemonset-install.yaml \
3838 -f whereabouts/doc/crds/whereabouts.cni.cncf.io_ippools.yaml \
You can’t perform that action at this time.
0 commit comments