We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e7c69 commit 30a791aCopy full SHA for 30a791a
Makefile
@@ -189,7 +189,7 @@ helm-install: helm-version
189
190
.PHONY: helm-publish
191
helm-publish: helm-version
192
- 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
193
194
.PHONY: create-kind-cluster
195
create-kind-cluster:
0 commit comments