Skip to content

Commit

Permalink
update to latest versions (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant authored Mar 16, 2022
1 parent 67084a0 commit 3462a19
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 @@ -2,7 +2,7 @@

repository=${repository:-"sigwindowstools"}
flannelVersion=${flannelVersion:-"v0.14.0"}
calicoVersion=${calicoVersion:-"v3.22.0"}
calicoVersion=${calicoVersion:-"v3.22.1"}

SCRIPTROOT=$(dirname "${BASH_SOURCE[0]}")
pushd $SCRIPTROOT/flannel
Expand All @@ -12,7 +12,7 @@ pushd $SCRIPTROOT/calico
./build.sh -r $repository --calicoVersion $calicoVersion
popd

declare -a proxyVersions=("v1.22.6" "v1.23.3")
declare -a proxyVersions=("v1.22.7" "v1.23.4")

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

0 comments on commit 3462a19

Please sign in to comment.