Skip to content

Commit

Permalink
add latest versions (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant authored Dec 17, 2021
1 parent 42d4411 commit 05efe03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hostprocess/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pushd $SCRIPTROOT/calico
./build.sh -r $repository --calicoVersion $calicoVersion
popd

declare -a proxyVersions=("v1.22.4")
declare -a proxyVersions=("v1.22.5" "v1.23.1")

# Read the array values with space
for proxyVersion in "${proxyVersions[@]}"; do
pushd $SCRIPTROOT/flannel
Expand Down

0 comments on commit 05efe03

Please sign in to comment.