Skip to content

Commit 266a98d

Browse files
authored
Update default integration test binary and image versions (#5934)
For k8s related versions I chose 1.30.10 since it's currently the oldest stable release. Signed-off-by: Sorin Dumitru <[email protected]>
1 parent 9817645 commit 266a98d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/integration/common

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ download-bin() {
232232
}
233233

234234
download-kind() {
235-
KINDVERSION=${KINDVERSION:-v0.11.1}
235+
KINDVERSION=${KINDVERSION:-v0.27.0}
236236
KINDPATH=$(command -v kind || echo)
237237
UNAME=$(uname | awk '{print tolower($0)}')
238238
ARCH=$(uname -m)
@@ -254,7 +254,7 @@ download-kind() {
254254
}
255255

256256
download-helm() {
257-
HELMVERSION=${HELMVERSION:-v3.11.1}
257+
HELMVERSION=${HELMVERSION:-v3.17.1}
258258
HELMPATH=$(command -v helm || echo)
259259
UNAME=$(uname | awk '{print tolower($0)}')
260260
ARCH=$(uname -m)
@@ -281,7 +281,7 @@ download-helm() {
281281
}
282282

283283
download-kubectl() {
284-
WANTVERSION=${KUBECTLVERSION:-v1.21.1}
284+
WANTVERSION=${KUBECTLVERSION:-v1.30.10}
285285
KUBECTLPATH=$(command -v kubectl || echo)
286286
UNAME=$(uname | awk '{print tolower($0)}')
287287
ARCH=$(uname -m)
@@ -311,7 +311,7 @@ download-kubectl() {
311311
}
312312

313313
start-kind-cluster() {
314-
K8SIMAGE=${K8SIMAGE:-kindest/node:v1.21.1}
314+
K8SIMAGE=${K8SIMAGE:-kindest/node:v1.30.10}
315315

316316
local kind_path=$1
317317
local kind_name=$2

0 commit comments

Comments
 (0)