Skip to content

Commit c2e8d9c

Browse files
authored
update latest version (#219)
1 parent aa2bbac commit c2e8d9c

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.22.1"}
5+
calicoVersion=${calicoVersion:-"v3.23.0"}
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.8" "v1.23.5")
15+
declare -a proxyVersions=("v1.22.9" "v1.23.6" "v1.24.0")
1616

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

0 commit comments

Comments
 (0)