Skip to content

Commit 2cb8b04

Browse files
authored
updating the versions K8s patch versions in /hostprocess/build.sh (#257)
Signed-off-by: Mark Rossetti <[email protected]>
1 parent 98813c8 commit 2cb8b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hostprocess/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
repository=${repository:-"sigwindowstools"}
44
flannelVersion=${flannelVersion:-"v0.14.0"}
5-
calicoVersion=${calicoVersion:-"v3.23.0"}
5+
calicoVersion=${calicoVersion:-"v3.23.3"}
66

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

15-
declare -a proxyVersions=("v1.22.9" "v1.23.6" "v1.24.0")
15+
declare -a proxyVersions=("v1.22.17" "v1.23.15" "v1.24.9" "v1.25.5" "v1.26.0")
1616

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

0 commit comments

Comments
 (0)