Skip to content

Commit 0e099ac

Browse files
sebrandon1rdavid
andauthored
Update multus to v3.9.3; whereabouts to v0.6.1 (#216)
Co-authored-by: David Rabkin <[email protected]>
1 parent c28926f commit 0e099ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy-multus-network.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ then
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
@@ -32,7 +32,7 @@ then
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 \

0 commit comments

Comments
 (0)