Skip to content

Commit

Permalink
Update whereabouts to v0.7.0 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Jun 12, 2024
1 parent 344cf20 commit df8fc72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/deploy-multus-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit df8fc72

Please sign in to comment.