From 2531ad641b66ca1ec1b64419e3b41e4433214b6b Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:01:33 +0100 Subject: [PATCH] fix e2e test, which was broken due to helm4 upgrade Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- make/02_mod.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/02_mod.mk b/make/02_mod.mk index 17ca723b..1000aa6f 100644 --- a/make/02_mod.mk +++ b/make/02_mod.mk @@ -71,7 +71,7 @@ test-helm-snapshot: | $(NEEDS_HELM-UNITTEST) helm-plugins: $(NEEDS_HELM) @if ! $(HELM) plugin list | grep -q diff; then \ echo ">>> Installing helm-diff plugin"; \ - $(HELM) plugin install https://github.com/databus23/helm-diff; \ + $(HELM) plugin install https://github.com/databus23/helm-diff --verify=false; \ else \ echo "helm-diff plugin already installed"; \ fi