Skip to content

Commit

Permalink
Bump K8S kind dependencies and CI
Browse files Browse the repository at this point in the history
To v1.22.7
  • Loading branch information
qu1queee committed May 10, 2022
1 parent 80433bc commit 68c7a22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
kubernetes:
- v1.21.2
- v1.22.7
max-parallel: 2
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
fail-fast: false
matrix:
kubernetes:
- v1.21.2
- v1.22.7
max-parallel: 2
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions hack/install-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"

# kind version
KIND_VERSION="${KIND_VERSION:-v0.11.1}"
KIND_VERSION="${KIND_VERSION:-v0.12.0}"

if ! hash kind > /dev/null 2>&1 ; then
echo "# Installing KinD..."
Expand All @@ -27,7 +27,7 @@ kind --version
KIND_CLUSTER_NAME="${KIND_CLUSTER_NAME:-kind}"

# kind cluster version
KIND_CLUSTER_VERSION="${KIND_CLUSTER_VERSION:-v1.21.2}"
KIND_CLUSTER_VERSION="${KIND_CLUSTER_VERSION:-v1.22.7}"

echo "# Creating a new Kubernetes cluster..."
kind create cluster --name="${KIND_CLUSTER_NAME}" --image="kindest/node:${KIND_CLUSTER_VERSION}" --wait=120s --config="${DIR}/../test/kind/config.yaml"
Expand Down

0 comments on commit 68c7a22

Please sign in to comment.