Initial commit for chronos-umbrella

Change-Id: Ice4173f994e049c5ef333046438b27a1a396e234
diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
new file mode 100644
index 0000000..7cf0cfc
--- /dev/null
+++ b/chronos-umbrella/Chart.yaml
@@ -0,0 +1,32 @@
+# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>

+#

+# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0

+

+apiVersion: v2

+name: chronos-umbrella

+description: Chronos Umbrella chart to deploy all Aether ROC

+kubeVersion: ">=1.18.0"

+type: application

+version: 0.0.1

+appVersion: v0.0.0

+keywords:

+  - aether

+  - exporter

+home: https://www.opennetworking.org/aether/

+maintainers:

+  - name: Aether Ops team

+    email: support@opennetworking.org

+dependencies:

+  - name: grafana

+    condition: import.grafana.enabled

+    repository: https://grafana.github.io/helm-charts

+    version: 6.16.6

+  - name: prometheus

+    condition: import.prometheus.chronos.enabled

+    repository: https://prometheus-community.github.io/helm-charts

+    version: 14.6.1

+    alias: prometheus-chronos

+  - name: chronos-exporter

+    condition: import.chronos-exporter.enabled

+    repository: "file://../chronos-exporter"

+    version: 0.0.1