blob: e745f4adae3147102ed055b45ab3384b61ce07f8 [file] [log] [blame]
PUSHP RAJ7c521fa2021-12-06 14:19:03 +00001# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4
5apiVersion: v2
6name: chronos-umbrella
7description: Chronos Umbrella chart to deploy all Aether ROC
8kubeVersion: ">=1.18.0"
9type: application
Sean Condonc5c1fc32021-12-16 17:34:44 +000010version: 0.0.9
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000011appVersion: v0.0.0
12keywords:
13 - aether
14 - exporter
15home: https://www.opennetworking.org/aether/
16maintainers:
17 - name: Aether Ops team
18 email: support@opennetworking.org
19dependencies:
20 - name: grafana
21 condition: import.grafana.enabled
22 repository: https://grafana.github.io/helm-charts
Sean Condonc5c1fc32021-12-16 17:34:44 +000023 version: 6.16.6 # See also image.tag override for 8.1.8
PUSHP RAJ7c521fa2021-12-06 14:19:03 +000024 - name: prometheus
25 condition: import.prometheus.chronos.enabled
26 repository: https://prometheus-community.github.io/helm-charts
27 version: 14.6.1
28 alias: prometheus-chronos
29 - name: chronos-exporter
30 condition: import.chronos-exporter.enabled
31 repository: "file://../chronos-exporter"
Sean Condonc5c1fc32021-12-16 17:34:44 +000032 version: 0.0.6
Sean Condon670605a2021-12-13 12:58:20 +000033 - name: aether-enterprise-portal
34 condition: import.aether-enterprise-portal.enabled
35 repository: "file://../aether-enterprise-portal"
36 version: 0.0.1