[GLOBAL] Fix Makefile typo
[oom.git] / kubernetes / Makefile
index fc73dd4..170bbb0 100644 (file)
@@ -85,7 +85,7 @@ clean:
 
 # publish helm plugins via distrubtion directory
 plugins:
-       @cp -R $(HELM_BIN) $(PACKAGE_DIR)/
+       @cp -R helm $(PACKAGE_DIR)/
 
 # start up a local helm repo to serve up helm chart packages
 # WARNING: Only helm < v3 supported
@@ -107,7 +107,7 @@ check-for-staging-images:
 
 helm-repo-update:
 ifeq "$(findstring v3,$(HELM_VER))" "v3"
-       @$(HELM_BIN) repo update $(HELM_REPO)
+       @$(HELM_BIN) repo update
 endif
 
 %: