PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
|
| 2 | #
|
| 3 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
|
| 4 |
|
| 5 | apiVersion: v2
|
| 6 | name: chronos-umbrella
|
| 7 | description: Chronos Umbrella chart to deploy all Aether ROC
|
| 8 | kubeVersion: ">=1.18.0"
|
| 9 | type: application
|
Sean Condon | cd68b3c | 2021-12-15 20:48:06 +0000 | [diff] [blame^] | 10 | version: 0.0.7
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 11 | appVersion: v0.0.0
|
| 12 | keywords:
|
| 13 | - aether
|
| 14 | - exporter
|
| 15 | home: https://www.opennetworking.org/aether/
|
| 16 | maintainers:
|
| 17 | - name: Aether Ops team
|
| 18 | email: support@opennetworking.org
|
| 19 | dependencies:
|
| 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"
|
Sean Condon | cd68b3c | 2021-12-15 20:48:06 +0000 | [diff] [blame^] | 32 | version: 0.0.5
|
Sean Condon | 670605a | 2021-12-13 12:58:20 +0000 | [diff] [blame] | 33 | - name: aether-enterprise-portal
|
| 34 | condition: import.aether-enterprise-portal.enabled
|
| 35 | repository: "file://../aether-enterprise-portal"
|
| 36 | version: 0.0.1
|