Skip to content

Commit 94c1649

Browse files
chore(deps): update dependency helm/chart-testing to v3.14.0 (#904)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5ae39f commit 94c1649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ mkcert: ## Download mkcert locally if necessary.
324324
$(call go-install-tool,$(MKCERT),filippo.io/mkcert@$(MKCERT_VERSION))
325325

326326
CT := $(LOCALBIN)/ct
327-
CT_VERSION := v3.13.0
327+
CT_VERSION := v3.14.0
328328
CT_LOOKUP := helm/chart-testing
329329
ct:
330330
@test -s $(CT) && $(CT) version | grep -q $(CT_VERSION) || \

0 commit comments

Comments
 (0)