Skip to content

Commit 30a791a

Browse files
committed
fix helm-publish
Signed-off-by: Dmytro Rashko <[email protected]>
1 parent a1e7c69 commit 30a791a

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
@@ -189,7 +189,7 @@ helm-install: helm-version
189189

190190
.PHONY: helm-publish
191191
helm-publish: helm-version
192-
helm push ./$(HELM_DIST_FOLDER)/kagent-tools-$(VERSION).tgz $(HELM_REPO)/tools/helm
192+
helm push $(HELM_DIST_FOLDER)/kagent-tools-$(VERSION).tgz $(HELM_REPO)/tools/helm
193193

194194
.PHONY: create-kind-cluster
195195
create-kind-cluster:

0 commit comments

Comments
 (0)