Remove check for repos

Change-Id: If37a27c507fbe90da71d73f7f382eaffb51f54f4
diff --git a/Makefile b/Makefile
index e79d27a..42faa86 100644
--- a/Makefile
+++ b/Makefile
@@ -74,10 +74,6 @@
 		echo "FAIL: unsupported OS."; \
 		exit 1; \
 	fi
-	@if [[ ! -d "$(WORKSPACE)/cord/aether-helm-charts" ]]; then \
-                echo "FATAL: Please clone aether-helm-charts under $(WORKSPACE)/cord directory."; \
-                exit 1; \
-        fi
 	touch $@
 
 $(M)/setup: | $(M)
@@ -128,7 +124,7 @@
 	helm repo add cord https://charts.opencord.org
 	helm repo add atomix https://charts.atomix.io
 	helm repo add onosproject https://charts.onosproject.org
-	if [ "$(REPO_PASSWORD)" ]; then \
+	@if [ "$(REPO_PASSWORD)" ]; then \
 		helm repo add aether --username ${REPO_USERNAME} --password ${REPO_PASSWORD} https://charts.aetherproject.org; \
 	fi
 	touch $@
diff --git a/configs/release-1.5.2 b/configs/release-1.5.2
index b48b70d..c88bc95 100644
--- a/configs/release-1.5.2
+++ b/configs/release-1.5.2
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 
-OMEC_CONTROL_PLANE_CHART := aether/omec-control-plane --version 0.7.13
+OMEC_CONTROL_PLANE_CHART := aether/omec-control-plane --version 0.7.14
 OMEC_USER_PLANE_CHART    := aether/omec-user-plane --version 0.4.8
 
 OMEC_SUB_PROVISION_CHART := aether/omec-sub-provision --version 0.1.3