[GLOBAL] Migrate to helm v3
[oom.git] / kubernetes / dcaegen2 / Chart.yaml
1 # Copyright © 2018 Amdocs, AT&T, Bell Canada
2 # Modifications Copyright © 2021 Orange
3 # Modifications Copyright © 2021 Nordix Foundation
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 apiVersion: v2
18 description: ONAP DCAE Gen2
19 name: dcaegen2
20 version: 10.0.0
21
22 dependencies:
23   - name: common
24     version: ~10.x-0
25     repository: '@local'
26   - name: dcae-bootstrap
27     version: ~10.x-0
28     repository: 'file://components/dcae-bootstrap'
29     condition: dcae-bootstrap.enabled
30   - name: dcae-cloudify-manager
31     version: ~10.x-0
32     repository: 'file://components/dcae-cloudify-manager'
33     condition: dcae-cloudify-manager.enabled
34   - name: dcae-config-binding-service
35     version: ~10.x-0
36     repository: 'file://components/dcae-config-binding-service'
37     condition: dcae-config-binding-service.enabled
38   - name: dcae-healthcheck
39     version: ~10.x-0
40     repository: 'file://components/dcae-healthcheck'
41     condition: dcae-healthcheck.enabled
42   - name: dcae-servicechange-handler
43     version: ~10.x-0
44     repository: 'file://components/dcae-servicechange-handler'
45     condition: dcae-servicechange-handler.enabled
46   - name: dcae-inventory-api
47     version: ~10.x-0
48     repository: 'file://components/dcae-inventory-api'
49     condition: dcae-inventory-api.enabled
50   - name: dcae-deployment-handler
51     version: ~10.x-0
52     repository: 'file://components/dcae-deployment-handler'
53     condition: dcae-deployment-handler.enabled
54   - name: dcae-policy-handler
55     version: ~10.x-0
56     repository: 'file://components/dcae-policy-handler'
57     condition: dcae-policy-handler.enabled
58   - name: dcae-dashboard
59     version: ~10.x-0
60     repository: 'file://components/dcae-dashboard'
61     condition: dcae-dashboard.enabled
62   - name: dcae-ves-openapi-manager
63     version: ~10.x-0
64     repository: 'file://components/dcae-ves-openapi-manager'
65     condition: dcae-ves-openapi-manager.enabled