blob: 7cf0cfc7d471775a0ea37b0b1ed1e4eba7c5b468 [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
10version: 0.0.1
11appVersion: 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
23 version: 6.16.6
24 - 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"
32 version: 0.0.1