Skip to content

Commit 344cf20

Browse files
authored
Lock in v0.6.3 image version for whereabouts (#450)
1 parent 92d109e commit 344cf20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/deploy-multus-network.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ if $TNF_NON_OCP_CLUSTER; then
4545
# Install whereabouts at specific released version
4646
git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6.3
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
50+
4851
oc apply \
4952
-f whereabouts/doc/crds/daemonset-install.yaml \
5053
-f whereabouts/doc/crds/whereabouts.cni.cncf.io_ippools.yaml \

0 commit comments

Comments
 (0)