diff --git a/Makefile b/Makefile index 62070d8a..78c68ac6 100644 --- a/Makefile +++ b/Makefile @@ -324,7 +324,7 @@ mkcert: ## Download mkcert locally if necessary. $(call go-install-tool,$(MKCERT),filippo.io/mkcert@$(MKCERT_VERSION)) CT := $(LOCALBIN)/ct -CT_VERSION := v3.13.0 +CT_VERSION := v3.14.0 CT_LOOKUP := helm/chart-testing ct: @test -s $(CT) && $(CT) version | grep -q $(CT_VERSION) || \