From a081eceb7cc45e29c22004844c373f95a4277628 Mon Sep 17 00:00:00 2001 From: Julien Pinsonneau Date: Tue, 17 Sep 2024 11:13:11 +0200 Subject: [PATCH] update kind cluster --- scripts/kind-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kind-cluster.sh b/scripts/kind-cluster.sh index c5481227..6f447861 100755 --- a/scripts/kind-cluster.sh +++ b/scripts/kind-cluster.sh @@ -8,7 +8,7 @@ K8S_CLI_BIN=$( basename "${K8S_CLI_BIN_PATH}" ) DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && cd ../ && pwd ) KIND_CLUSTER_NAME="netobserv-cli-cluster" -KIND_IMAGE="kindest/node:v1.29.2" +KIND_IMAGE="kindest/node:v1.31.0" # deploy_kind installs the kind cluster deploy_kind() {