AETHER-2283 Updates for release 1.5

Change-Id: I80977e660a956739b6bbeec0d27260d36a6ae1a4
diff --git a/Makefile b/Makefile
index af38058..c686472 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,6 @@
 	helm repo add onosproject https://charts.onosproject.org
 	if [ "$(REPO_PASSWORD)" ]; then \
 		helm repo add aether --username ${REPO_USERNAME} --password ${REPO_PASSWORD} https://charts.aetherproject.org; \
-		helm repo add sdran --username ${REPO_USERNAME} --password ${REPO_PASSWORD} https://sdrancharts.onosproject.org; \
 	fi
 	touch $@
 
diff --git a/configs/latest b/configs/latest
index 8b06999..7f477f3 100644
--- a/configs/latest
+++ b/configs/latest
@@ -9,7 +9,7 @@
 5G_RAN_SIM_CHART         := aether/5g-ran-sim
 
 # For installing the ROC
-AETHER_ROC_UMBRELLA_CHART := sdran/aether-roc-umbrella
+AETHER_ROC_UMBRELLA_CHART := aether/aether-roc-umbrella
 ATOMIX_CONTROLLER_CHART   := atomix/atomix-controller
 ATOMIX_RAFT_STORAGE_CHART := atomix/atomix-raft-storage
 ONOS_OPERATOR_CHART       := onosproject/onos-operator
diff --git a/configs/local b/configs/local
index 751b9a7..75e02f1 100644
--- a/configs/local
+++ b/configs/local
@@ -9,7 +9,7 @@
 5G_RAN_SIM_CHART         := $(WORKSPACE)/cord/aether-helm-charts/omec/5g-ran-sim
 
 # For installing the ROC
-AETHER_ROC_UMBRELLA_CHART := $(WORKSPACE)/cord/sdran-helm-charts/aether-roc-umbrella
+AETHER_ROC_UMBRELLA_CHART := $(WORKSPACE)/cord/roc-helm-charts/aether-roc-umbrella
 ATOMIX_CONTROLLER_CHART   := $(WORKSPACE)/cord/atomix-helm-charts/atomix-controller
 ATOMIX_RAFT_STORAGE_CHART := $(WORKSPACE)/cord/atomix-helm-charts/atomix-raft-storage
-ONOS_OPERATOR_CHART       := $(WORKSPACE)/cord/onos-helm-charts/onos-operator
\ No newline at end of file
+ONOS_OPERATOR_CHART       := $(WORKSPACE)/cord/onos-helm-charts/onos-operator
diff --git a/configs/rc-1.5 b/configs/release-1.5
similarity index 92%
rename from configs/rc-1.5
rename to configs/release-1.5
index 217bb9a..2dbe4d7 100644
--- a/configs/rc-1.5
+++ b/configs/release-1.5
@@ -14,7 +14,7 @@
 5G_RAN_SIM_CHART         := aether/5g-ran-sim --version 0.0.2
 
 # For installing the ROC
-AETHER_ROC_UMBRELLA_CHART := sdran/aether-roc-umbrella --version 1.3.6
+AETHER_ROC_UMBRELLA_CHART := aether/aether-roc-umbrella --version 1.3.8
 ATOMIX_CONTROLLER_CHART   := atomix/atomix-controller --version 0.6.8
 ATOMIX_RAFT_STORAGE_CHART := atomix/atomix-raft-storage --version 0.1.9
 ONOS_OPERATOR_CHART       := onosproject/onos-operator --version 0.4.10