AETHER-2098 Enable install of versioned charts from repo

Change-Id: I1f756a5114c86d3cd91c2603952b1892d155a361
diff --git a/configs/authentication b/configs/authentication
new file mode 100644
index 0000000..e8cd76a
--- /dev/null
+++ b/configs/authentication
@@ -0,0 +1,12 @@
+# Copyright 2021-present Open Networking Foundation
+#
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+
+# Configure auth for private Helm repos.  Override with your credentials.
+REPO_USERNAME := onfstaff
+REPO_PASSWORD :=
+
+# Configure auth for private Docker registry.  Override with credentials
+# obtained from https://registry.aetherproject.org.
+REGISTRY_USERNAME   := myuser
+REGISTRY_CLI_SECRET := my-cli-secret
\ No newline at end of file
diff --git a/configs/latest b/configs/latest
new file mode 100644
index 0000000..0ddf53e
--- /dev/null
+++ b/configs/latest
@@ -0,0 +1,9 @@
+# Copyright 2021-present Open Networking Foundation
+#
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+
+OMEC_CONTROL_PLANE_CHART := aether/omec-control-plane
+OMEC_USER_PLANE_CHART    := aether/omec-user-plane
+OMEC_SUB_PROVISION_CHART := aether/omec-sub-provision
+5GC_CONTROL_PLANE_CHART  := aether/5g-control-plane
+5G_RAN_SIM_CHART         := aether/5g-ran-sim
\ No newline at end of file
diff --git a/configs/local b/configs/local
new file mode 100644
index 0000000..f0ecf6f
--- /dev/null
+++ b/configs/local
@@ -0,0 +1,9 @@
+# Copyright 2021-present Open Networking Foundation
+#
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+
+OMEC_CONTROL_PLANE_CHART := $(WORKSPACE)/cord/aether-helm-charts/omec/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
\ No newline at end of file
diff --git a/configs/rc-1.5 b/configs/rc-1.5
new file mode 100644
index 0000000..c655621
--- /dev/null
+++ b/configs/rc-1.5
@@ -0,0 +1,9 @@
+# Copyright 2021-present Open Networking Foundation
+#
+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
+
+OMEC_CONTROL_PLANE_CHART := aether/omec-control-plane --version 0.6.23
+OMEC_USER_PLANE_CHART    := aether/omec-user-plane --version 0.3.33
+OMEC_SUB_PROVISION_CHART := aether/omec-sub-provision --version 0.0.6
+5GC_CONTROL_PLANE_CHART  := aether/5g-control-plane --version 0.2.20
+5G_RAN_SIM_CHART         := aether/5g-ran-sim --version 0.0.2
\ No newline at end of file