We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344cf20 commit df8fc72Copy full SHA for df8fc72
scripts/deploy-multus-network.sh
@@ -43,10 +43,10 @@ if $TNF_NON_OCP_CLUSTER; then
43
rm -rf whereabouts
44
45
# Install whereabouts at specific released version
46
- git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6.3
+ git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.7.0
47
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
+ # 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
50
51
oc apply \
52
-f whereabouts/doc/crds/daemonset-install.yaml \
0 commit comments