AETHER-2633 Migrate to new sdcore-helm-charts repo

Change-Id: Icd983274eafe4f655f62b87af718c45f32a20809
diff --git a/Makefile b/Makefile
index 9586f98..1ef70bb 100644
--- a/Makefile
+++ b/Makefile
@@ -316,7 +316,7 @@
 	kubectl delete namespace omec || true
 	cd $(M); rm -f 5g-core
 
-clean: reset-test
+clean:
 	kubectl delete po router || true
 	kubectl delete net-attach-def core-net || true
 	sudo ovs-vsctl del-br br-access-net || true
diff --git a/configs/local b/configs/local
index 75e02f1..89c9ebd 100644
--- a/configs/local
+++ b/configs/local
@@ -2,11 +2,11 @@
 #
 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 
-OMEC_CONTROL_PLANE_CHART := $(WORKSPACE)/cord/aether-helm-charts/omec/omec-control-plane
+OMEC_CONTROL_PLANE_CHART := $(WORKSPACE)/cord/sdcore-helm-charts/omec-control-plane
 OMEC_USER_PLANE_CHART    := $(WORKSPACE)/cord/aether-helm-charts/omec/omec-user-plane
-OMEC_SUB_PROVISION_CHART := $(WORKSPACE)/cord/aether-helm-charts/omec/omec-sub-provision
-5GC_CONTROL_PLANE_CHART  := $(WORKSPACE)/cord/aether-helm-charts/omec/5g-control-plane
-5G_RAN_SIM_CHART         := $(WORKSPACE)/cord/aether-helm-charts/omec/5g-ran-sim
+OMEC_SUB_PROVISION_CHART := $(WORKSPACE)/cord/sdcore-helm-charts/omec-sub-provision
+5GC_CONTROL_PLANE_CHART  := $(WORKSPACE)/cord/sdcore-helm-charts/5g-control-plane
+5G_RAN_SIM_CHART         := $(WORKSPACE)/cord/sdcore-helm-charts/5g-ran-sim
 
 # For installing the ROC
 AETHER_ROC_UMBRELLA_CHART := $(WORKSPACE)/cord/roc-helm-charts/aether-roc-umbrella