Skip to content

Commit df8fc72

Browse files
authored
Update whereabouts to v0.7.0 (#451)
1 parent 344cf20 commit df8fc72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/deploy-multus-network.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ if $TNF_NON_OCP_CLUSTER; then
4343
rm -rf whereabouts
4444

4545
# Install whereabouts at specific released version
46-
git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6.3
46+
git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.7.0
4747

48-
# sed replace whereabouts:latest with whereabouts:v0.6.3
49-
sed 's/whereabouts:latest/whereabouts:v0.6.3/g' whereabouts/doc/crds/daemonset-install.yaml -i
48+
# sed replace whereabouts:latest with whereabouts:v0.7.0
49+
sed 's/whereabouts:latest/whereabouts:v0.7.0/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)