Skip to content

Commit b05b5a6

Browse files
committed
fix ci
1 parent 61d1d5f commit b05b5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
chmod +x ./kind
8080
export PATH="$PWD:$PATH"
8181
kind version
82-
./hack/kind-cluster-build.sh --nodeNum 1 --k8sVersion v1.33.5
82+
./hack/kind-cluster-build.sh --nodeNum 1 --k8sVersion v1.33.4
8383
8484
- name: Initialize K8s cluster
8585
run: |

0 commit comments

Comments
 (0)