@@ -10,20 +10,24 @@ KIND_CONFIG_FILE=$SCRIPTPATH/kind-three-node-cluster.yaml
10
10
use_psp=false
11
11
12
12
# shellcheck disable=SC2034
13
- K8_1_28 =" kindest/node:v1.28.0 @sha256:b7a4cad12c197af3ba43202d3efe03246b3f0793f162afb40a33c923952d5b31 "
13
+ K8_1_29 =" kindest/node:v1.29.2 @sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245 "
14
14
# shellcheck disable=SC2034
15
- K8_1_27 =" kindest/node:v1.27.3 @sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72 "
15
+ K8_1_28 =" kindest/node:v1.28.7 @sha256:9bc6c451a289cf96ad0bbaf33d416901de6fd632415b076ab05f5fa7e4f65c58 "
16
16
# shellcheck disable=SC2034
17
- K8_1_26 =" kindest/node:v1.26.6 @sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb "
17
+ K8_1_27 =" kindest/node:v1.27.11 @sha256:681253009e68069b8e01aad36a1e0fa8cf18bb0ab3e5c4069b2e65cafdd70843 "
18
18
# shellcheck disable=SC2034
19
- K8_1_25 =" kindest/node:v1.25.11 @sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8 "
19
+ K8_1_26 =" kindest/node:v1.26.14 @sha256:5d548739ddef37b9318c70cb977f57bf3e5015e4552be4e27e57280a8cbb8e4f "
20
20
# shellcheck disable=SC2034
21
- K8_1_24=" kindest/node:v1.24.15@sha256:7db4f8bea3e14b82d12e044e25e34bd53754b7f2b0e9d56df21774e6f66a70ab"
21
+ K8_1_25=" kindest/node:v1.25.16@sha256:e8b50f8e06b44bb65a93678a65a26248fae585b3d3c2a669e5ca6c90c69dc519"
22
+ # shellcheck disable=SC2034
23
+ K8_1_24=" kindest/node:v1.24.17@sha256:bad10f9b98d54586cba05a7eaa1b61c6b90bfc4ee174fdc43a7b75ca75c95e51"
24
+ # shellcheck disable=SC2034
25
+ K8_1_23=" kindest/node:v1.23.17@sha256:14d0a9a892b943866d7e6be119a06871291c517d279aedb816a4b4bc0ec0a5b3"
22
26
23
- K8_VERSION=" $K8_1_28 "
27
+ K8_VERSION=" $K8_1_29 "
24
28
KUBECTL_VERSION=$( curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
25
- KIND_VERSION=" 0.20 .0"
26
- HELM_VERSION=" 3.13.2 "
29
+ KIND_VERSION=" 0.22 .0"
30
+ HELM_VERSION=" 3.14.3 "
27
31
28
32
echoerr () { echo " $@ " 1>&2 ; }
29
33
@@ -32,7 +36,7 @@ USAGE=$(cat << 'EOM'
32
36
Executes the spot termination integration test for the Node Termination Handler.
33
37
Outputs the cluster context directory to stdout on successful completion
34
38
35
- Example: provision-cluster -b my-test -i 123 -v 1.28
39
+ Example: provision-cluster -b my-test -i 123 -v 1.29
36
40
37
41
Optional:
38
42
-b Base Name of cluster
0 commit comments