Skip to content

Commit

Permalink
Upgrade kind to k8s 1.19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Jul 17, 2023
1 parent 8b1e1fc commit 7e06dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/configure-xsite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ METALLB_VERSION=v0.9.6
TESTING_NAMESPACE=${TESTING_NAMESPACE-namespace-for-testing}
KIND_SUBNET=${KIND_SUBNET-172.172.0.0}
SERVER_IMAGE=${SERVER_IMAGE:-'quay.io/infinispan/server:13.0'}
KINDEST_NODE_VERSION=${KINDEST_NODE_VERSION:-'v1.17.17'}
KINDEST_NODE_VERSION=${KINDEST_NODE_VERSION:-'v1.19.16'}

# Cleanup any existing clusters
kind delete clusters --all
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o errexit

SERVER_TAGS=${SERVER_TAGS:-'13.0.10.Final 14.0.1.Final 14.0.6.Final 14.0.9.Final 14.0.12.Final 14.0'}
KINDEST_NODE_VERSION=${KINDEST_NODE_VERSION:-'v1.17.17'}
KINDEST_NODE_VERSION=${KINDEST_NODE_VERSION:-'v1.19.16'}
KIND_SUBNET=${KIND_SUBNET-172.172.0.0}

docker network create kind --subnet "${KIND_SUBNET}/16" || true
Expand Down

0 comments on commit 7e06dc8

Please sign in to comment.