File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 kubectl -n kube-system wait --for=condition=ready -l name=" cni-plugins" pod --timeout=" $TNF_DEPLOYMENT_TIMEOUT "
4040
4141 # Install whereabouts at specific released version
42- # git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6.1
43- git clone $WHEREABOUTS_GIT_URL --depth 1
42+ git clone $WHEREABOUTS_GIT_URL --depth 1 -b v0.6.2
43+ # git clone $WHEREABOUTS_GIT_URL --depth 1
4444 pushd whereabouts || exit
4545 git checkout d15b4d5456ee910a81bf15e9e242a136823d22fd
4646 popd || exit
4747
4848 # Replace the image in the daemonset-install.yaml
49- sed ' s/whereabouts\/whereabouts:latest-amd64/whereabouts\/whereabouts:v0.6.1-amd64/g' whereabouts/doc/crds/daemonset-install.yaml -i
49+ # sed 's/whereabouts\/whereabouts:latest-amd64/whereabouts\/whereabouts:v0.6.1-amd64/g' whereabouts/doc/crds/daemonset-install.yaml -i
5050
5151 oc apply \
5252 -f whereabouts/doc/crds/daemonset-install.yaml \
You can’t perform that action at this time.
0 commit comments