[AAI] Reintegrate AAI OOM charts in main repo
[oom.git] / kubernetes / Makefile
index fc73dd4..81d35c5 100644 (file)
@@ -32,7 +32,7 @@ else
        HELM_LINT_CMD := echo "Skipping linting of"
 endif
 
-SUBMODS := robot aai
+SUBMODS := robot
 EXCLUDES := config oneclick readiness test dist helm $(PARENT_CHART) dcae $(SUBMODS)
 HELM_CHARTS := $(filter-out $(EXCLUDES), $(sort $(patsubst %/.,%,$(wildcard */.)))) $(PARENT_CHART)
 
@@ -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
 
 %: