diff --git a/.github/workflows/call-lint-chart.yaml b/.github/workflows/call-lint-chart.yaml index dac652713..b2087b717 100644 --- a/.github/workflows/call-lint-chart.yaml +++ b/.github/workflows/call-lint-chart.yaml @@ -84,7 +84,7 @@ jobs: uses: helm/chart-testing-action@v2.7.0 with: # CT version - version: v3.6.0 + version: v3.12.0 - name: Run chart-testing (list-changed) id: list-changed diff --git a/test/Makefile.defs b/test/Makefile.defs index ef94b8527..c6c880671 100644 --- a/test/Makefile.defs +++ b/test/Makefile.defs @@ -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