Skip to content

Commit

Permalink
CI: make open-kruise version to 1.7.2 (#4628)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyclinder Kuo <[email protected]>
  • Loading branch information
cyclinder authored Feb 8, 2025
1 parent 0f567fe commit edb0960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-lint-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: helm/[email protected]
with:
# CT version
version: v3.6.0
version: v3.12.0

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
5 changes: 3 additions & 2 deletions test/Makefile.defs
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,10 @@ E2E_LOG_FILE ?= $(ROOT_DIR)/test/e2edebugLog.txt
E2E_UNINSTALL_LOG_FILE ?= $(ROOT_DIR)/test/e2e-uninstall-debugLog.txt

#========= openkruise =========
# openkruise failed to run with 1.7.3, see
# openkruise 1.7.3 can't run on k8s version 1.25 below, see
# https://github.com/spidernet-io/spiderpool/issues/4396
E2E_OPENKRUISE_VERSION := 1.7.3
# https://github.com/spidernet-io/spiderpool/issues/4608
E2E_OPENKRUISE_VERSION := 1.7.2
ifeq ($(E2E_CHINA_IMAGE_REGISTRY),true)
E2E_OPENKRUISE_IMAGE ?= docker.m.daocloud.io/openkruise/kruise-manager
else
Expand Down

0 comments on commit edb0960

Please sign in to comment.