From 0a65b106adf733fb0c4b33c40f31ff76b42fb755 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:29:55 +0300 Subject: [PATCH] chore(deps): update dependency helm/chart-testing to v3.13.0 (#1486) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) || \