Skip to content

Commit 352c840

Browse files
authored
Update whereabouts to v0.6.2 (#300)
1 parent 4e7d334 commit 352c840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/deploy-multus-network.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ then
3939
kubectl -n kube-system wait --for=condition=ready -l name="cni-plugins" pod --timeout="$TNF_DEPLOYMENT_TIMEOUT"
4040

4141
# Install whereabouts at specific released version
42-
# git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6.1
43-
git clone $WHEREABOUTS_GIT_URL --depth 1
42+
git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6.2
43+
# git clone $WHEREABOUTS_GIT_URL --depth 1
4444
pushd whereabouts || exit
4545
git checkout d15b4d5456ee910a81bf15e9e242a136823d22fd
4646
popd || exit
4747

4848
# Replace the image in the daemonset-install.yaml
49-
sed 's/whereabouts\/whereabouts:latest-amd64/whereabouts\/whereabouts:v0.6.1-amd64/g' whereabouts/doc/crds/daemonset-install.yaml -i
49+
# sed 's/whereabouts\/whereabouts:latest-amd64/whereabouts\/whereabouts:v0.6.1-amd64/g' whereabouts/doc/crds/daemonset-install.yaml -i
5050

5151
oc apply \
5252
-f whereabouts/doc/crds/daemonset-install.yaml \

0 commit comments

Comments
 (0)