diff --git a/scripts/deploy-multus-network.sh b/scripts/deploy-multus-network.sh index 3fa53e27..c4f682e6 100755 --- a/scripts/deploy-multus-network.sh +++ b/scripts/deploy-multus-network.sh @@ -43,10 +43,10 @@ if $TNF_NON_OCP_CLUSTER; then rm -rf whereabouts # Install whereabouts at specific released version - git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6.3 + git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.7.0 - # sed replace whereabouts:latest with whereabouts:v0.6.3 - sed 's/whereabouts:latest/whereabouts:v0.6.3/g' whereabouts/doc/crds/daemonset-install.yaml -i + # sed replace whereabouts:latest with whereabouts:v0.7.0 + sed 's/whereabouts:latest/whereabouts:v0.7.0/g' whereabouts/doc/crds/daemonset-install.yaml -i oc apply \ -f whereabouts/doc/crds/daemonset-install.yaml \