Skip to content

Commit 9e558b9

Browse files
authored
chore: update github actions e2e k8s version (#5201)
* chore: update github actions e2e k8s version Signed-off-by: trafalgarzzz <trafalgarz@outlook.com> * chore: update github actions e2e k8s version Signed-off-by: trafalgarzzz <trafalgarz@outlook.com> * chore: update github actions e2e k8s version Signed-off-by: trafalgarzzz <trafalgarz@outlook.com> --------- Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
1 parent f228794 commit 9e558b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/kind-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
kubernetes-version: ["v1.29.2", "v1.28.7", "v1.26.15", "v1.24.17", "v1.22.17"]
27+
kubernetes-version: ["v1.33.2", "v1.30.13", "v1.28.15", "v1.24.17", "v1.22.17"]
2828
env:
2929
GOPATH: ${{ github.workspace }}
3030
GO111MODULE: auto
@@ -50,6 +50,7 @@ jobs:
5050
- name: Create k8s Kind Cluster
5151
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
5252
with:
53+
version: v0.29.0 # default version in v1.12.0 is v0.24.0, bump to v0.29.0 to solve https://github.com/kubernetes-sigs/kind/issues/3853
5354
node_image: kindest/node:${{ matrix.kubernetes-version }}
5455
cluster_name: ${{ env.KIND_CLUSTER }}
5556
kubectl_version: ${{ matrix.kubernetes-version }}

0 commit comments

Comments
 (0)