VOL-3281 add all repos by default

it is better add all the repos as we check them as well, if we
add repos only based on `WITH_X` settings the logic gets more
complicated than it is worth

Change-Id: Ia8c0c282ae44792f83dbd643da6eabcf4f07b507
diff --git a/VERSION b/VERSION
index 6b244dc..f8ee15f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.0.1
+5.1.0-dev
diff --git a/voltha b/voltha
index 31dd124..2de2e10 100755
--- a/voltha
+++ b/voltha
@@ -1581,19 +1581,12 @@
 
 REPOS="onf|https://charts.opencord.org|ONF_VOLTHA \
     stable|https://kubernetes-charts.storage.googleapis.com|Google_Stable \
-    incubator|https://kubernetes-charts-incubator.storage.googleapis.com|Google_Incubator"
-
-if is_in "$WITH_ONOS" "yes,legacy,classic"; then
-    REPOS+=" onos|https://charts.onosproject.org|ONF_ONOS \
-        atomix|https://charts.atomix.io|ONF_Atomi"
-fi
-if [ "$CONFIG_SADIS" == "external" ]; then
-    REPOS+=" bbsim-sadis|https://ciena.github.io/bbsim-sadis-server/charts|Custom_BBSIM_SADIS_Server"
-fi
-if [ "$WITH_EFK" == "yes" ]; then
-    REPOS+=" elastic|https://helm.elastic.co|Elastic \
+    incubator|https://kubernetes-charts-incubator.storage.googleapis.com|Google_Incubator \
+    onos|https://charts.onosproject.org|ONF_ONOS \
+    atomix|https://charts.atomix.io|ONF_Atomix \
+    bbsim-sadis|https://ciena.github.io/bbsim-sadis-server/charts|Custom_BBSIM_SADIS_Server \
+    elastic|https://helm.elastic.co|Elastic \
     kiwigrid|https://kiwigrid.github.io|Fluentd-ElasticSearch"
-fi
 REPO_UPDATE_REQ="no"
 
 bspin - "Verify Helm Repository"