Skip to content

Commit 8fa24df

Browse files
Update kind and kindest/node image to latest available versions
1 parent b90c986 commit 8fa24df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/dev/setup_kind_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ metrics_server_version="v0.7.2"
4545

4646
reg_name='kind-registry'
4747
reg_port='5000'
48-
kind_image="${registry}/kindest/node:v1.32.2@sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f"
48+
kind_image="${registry}/kindest/node:v1.33.2@sha256:c55080dc5be4f2cc242e6966fdf97bb62282e1cd818a28223cf536db8b0fddf4"
4949

5050
usage() {
5151
echo "Deploy local registry and create kind cluster configured to use this registry. Local Docker registry is deployed at localhost:5000.

scripts/evergreen/setup_kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ os=$(uname | tr '[:upper:]' '[:lower:]')
99
# Detect architecture
1010
arch_suffix=$(detect_architecture)
1111
# This should be changed when needed
12-
latest_version="v0.27.0"
12+
latest_version="v0.29.0"
1313

1414
# Only proceed with installation if architecture is supported (amd64 or arm64)
1515
if [[ "${arch_suffix}" == "amd64" || "${arch_suffix}" == "arm64" ]]; then

0 commit comments

Comments
 (0)