diff --git a/Makefile b/Makefile index 05f4006f..7f9280d2 100644 --- a/Makefile +++ b/Makefile @@ -344,7 +344,7 @@ ginkgo: $(call go-install-tool,$(GINKGO),github.com/onsi/ginkgo/v2/ginkgo) CT := $(LOCALBIN)/ct -CT_VERSION := v3.12.0 +CT_VERSION := v3.13.0 CT_LOOKUP := helm/chart-testing ct: @test -s $(CT) && $(CT) version | grep -q $(CT_VERSION) || \