Skip to content

Commit

Permalink
update kind cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Sep 17, 2024
1 parent a97b021 commit a081ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a081ece

Please sign in to comment.