blob: 3a97649de5e6270651885a0d0eba80889b3916bf [file] [log] [blame]
PUSHP RAJ7c521fa2021-12-06 14:19:03 +00001# SPDX-FileCopyrightText: 2021-present Open Networking Foundation <info@opennetworking.org>
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
PUSHP RAJ7c521fa2021-12-06 14:19:03 +00004
5apiVersion: v2
6name: chronos-umbrella
7description: Chronos Umbrella chart to deploy all Aether ROC
8kubeVersion: ">=1.18.0"
9type: application
SeanCondon9a99c262023-01-09 17:20:49 +000010version: 0.1.32
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 Condonfe2c9742022-03-25 16:42:49 +000032 version: 0.1.0
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"
SeanCondon9a99c262023-01-09 17:20:49 +000036 version: 0.1.2
PUSHP RAJ3bdfd962022-01-18 12:20:32 +000037 - name: rasa-model-server
Sean Condonfe2c9742022-03-25 16:42:49 +000038 condition: import.rasa.enabled
PUSHP RAJ3bdfd962022-01-18 12:20:32 +000039 repository: "file://../rasa-model-server"
Sean Condonfe2c9742022-03-25 16:42:49 +000040 version: 0.1.0
41 - name: rasa-action-server
42 condition: import.rasa.enabled
43 repository: "file://../rasa-action-server"
44 version: 0.1.0
Sean Condon09a32692022-01-18 17:27:06 +000045 - name: rasa
Sean Condon36c82252022-03-16 09:49:40 +000046 condition: import.rasa.enabled
Sean Condon09a32692022-01-18 17:27:06 +000047 repository: https://helm.rasa.com
48 version: 1.16.0
Sean Condonfe2c9742022-03-25 16:42:49 +000049 - name: mailhog
50 condition: import.rasa.enabled
Sean Condondc534e92022-03-29 15:42:09 +010051 version: 5.0.5
52 repository: https://codecentric.github.io/helm-charts