Skip to content

Commit

Permalink
updating the versions K8s patch versions in /hostprocess/build.sh (#257)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Rossetti <[email protected]>
  • Loading branch information
marosset committed Dec 9, 2022
1 parent 98813c8 commit 2cb8b04
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.23.0"}
calicoVersion=${calicoVersion:-"v3.23.3"}

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.9" "v1.23.6" "v1.24.0")
declare -a proxyVersions=("v1.22.17" "v1.23.15" "v1.24.9" "v1.25.5" "v1.26.0")

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

0 comments on commit 2cb8b04

Please sign in to comment.