Skip to content

Commit

Permalink
Upgrade to k8s 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Sep 10, 2024
1 parent 5afa0ef commit 4678da9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
CONFIG_LISTENER_IMAGE: localhost:5001/infinispan-operator
KUBECONFIG: ${{ github.workspace }}/kind-kube-config.yaml
TESTING_LOG_DIR: ${{ github.workspace }}/test/reports
KINDEST_NODE_VERSION: v1.24.15
KINDEST_NODE_VERSION: v1.25.16

jobs:
build:
Expand Down
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:15.0'}
KINDEST_NODE_VERSION=${KINDEST_NODE_VERSION:-'v1.24.15'}
KINDEST_NODE_VERSION=${KINDEST_NODE_VERSION:-'v1.25.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 @@ -5,7 +5,7 @@ set -o errexit
SERVER_TAGS=${SERVER_TAGS:-'14.0.1.Final 14.0.6.Final 14.0.9.Final 14.0.13.Final 14.0.17.Final 14.0.19.Final 14.0.20.Final 14.0.21.Final 14.0.24.Final 14.0.27.Final 14.0 15.0.0.Final 15.0.3.Final 15.0.4.Final 15.0.5.Final 15.0.8.Final 15.0'}
DOCKER_REGISTRY_IMAGE=${DOCKER_REGISTRY_IMAGE:-"quay.io/infinispan-test/registry:2"}
KINDEST_IMAGE=${KINDEST_IMAGE:-"quay.io/infinispan-test/kindest-node"}
KINDEST_NODE_VERSION=${KINDEST_NODE_VERSION:-'v1.24.15'}
KINDEST_NODE_VERSION=${KINDEST_NODE_VERSION:-'v1.25.16'}
KIND_SUBNET=${KIND_SUBNET-172.172.0.0}

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

0 comments on commit 4678da9

Please sign in to comment.