Skip to content

Commit

Permalink
Set minKubeVersion to 1.24
Browse files Browse the repository at this point in the history
Update KinD to latest released version (v0.20.0) and use the supported
v1.24 k8s node version from the corresponding release note. The current
Tekton operator on OperatorHub does not support k8s 1.25 or higher.
This also sets the minKubeVersion to 1.24.0 on the operator CSV so the
version we test with and the min supported version are aligned.

See tektoncd/operator#1493.
  • Loading branch information
adambkaplan committed Nov 1, 2023
1 parent be44327 commit 77553e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
fail-fast: false
matrix:
kubernetes:
- v1.23.13
# Kubernetes version must match a built KinD node image.
# See release notes in https://github.com/kubernetes-sigs/kind/releases for supported
# node image versions.
- v1.24.15
max-parallel: 2
runs-on: ubuntu-latest
steps:
Expand All @@ -74,7 +77,7 @@ jobs:
- name: Create KinD cluster
uses: helm/kind-action@v1
with:
version: v0.17.0
version: v0.20.0
node_image: kindest/node:${{ matrix.kubernetes }}
cluster_name: kind
config: test/kind/config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ spec:
- email: [email protected]
name: The Shipwright Contributors
maturity: alpha
minKubeVersion: 1.24.0
provider:
name: The Shipwright Contributors
url: https://shipwright.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ spec:
- email: [email protected]
name: The Shipwright Contributors
maturity: alpha
minKubeVersion: 1.24.0
provider:
name: The Shipwright Contributors
url: https://shipwright.io
Expand Down

0 comments on commit 77553e9

Please sign in to comment.