Skip to content

Commit

Permalink
Kind 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Jan 10, 2025
1 parent f37623e commit d3b730d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ -f .x1/environment ]]; then
fi

# Default values that can be overriden by corresponding environment variables
: ${KIND_VERSION:="v0.20.0"}
: ${KIND_VERSION:="v0.26.0"}
: ${CLUSTER_NAME:="x1"}
: ${X1_EXTERNALDNS_ENABLED:="false"}
: ${CONTROL_NODE_IMAGE:=pbchekin/icl-ccn:0.0.5}
Expand Down Expand Up @@ -134,7 +134,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.28.0
image: kindest/node:v1.28.15
EOF

if [[ $ICL_INGRESS_HOST_PORTS == "true" ]]; then
Expand Down

0 comments on commit d3b730d

Please sign in to comment.