From 30a791a8d2ffc5060203e194e65a1f6d5c524415 Mon Sep 17 00:00:00 2001 From: Dmytro Rashko Date: Tue, 22 Jul 2025 16:50:23 +0200 Subject: [PATCH] fix helm-publish Signed-off-by: Dmytro Rashko --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dea88a8..6be3920 100644 --- a/Makefile +++ b/Makefile @@ -189,7 +189,7 @@ helm-install: helm-version .PHONY: helm-publish helm-publish: helm-version - helm push ./$(HELM_DIST_FOLDER)/kagent-tools-$(VERSION).tgz $(HELM_REPO)/tools/helm + helm push $(HELM_DIST_FOLDER)/kagent-tools-$(VERSION).tgz $(HELM_REPO)/tools/helm .PHONY: create-kind-cluster create-kind-cluster: