Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / policy / Chart.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018, 2020 AT&T
3 # Modifications Copyright © 2021 Orange
4 # Modifications Copyright © 2021, 2022, 2023, 2024 Nordix Foundation
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17
18 apiVersion: v2
19 description: ONAP Policy
20 name: policy
21 version: 14.0.0
22
23 dependencies:
24   - name: common
25     version: ~13.x-0
26     repository: '@local'
27   - name: mariadb-galera
28     version: ~13.x-0
29     repository: '@local'
30     condition: global.mariadbGalera.localCluster
31   - name: policy-nexus
32     version: ~14.x-0
33     repository: 'file://components/policy-nexus'
34     condition: policy-nexus.enabled
35   - name: policy-api
36     version: ~14.x-0
37     repository: 'file://components/policy-api'
38     condition: policy-api.enabled
39   - name: policy-pap
40     version: ~14.x-0
41     repository: 'file://components/policy-pap'
42     condition: policy-pap.enabled
43   - name: policy-xacml-pdp
44     version: ~14.x-0
45     repository: 'file://components/policy-xacml-pdp'
46     condition: policy-xacml-pdp.enabled
47   - name: policy-apex-pdp
48     version: ~14.x-0
49     repository: 'file://components/policy-apex-pdp'
50     condition: policy-apex-pdp.enabled
51   - name: policy-drools-pdp
52     version: ~14.x-0
53     repository: 'file://components/policy-drools-pdp'
54     condition: policy-drools-pdp.enabled
55   - name: policy-distribution
56     version: ~14.x-0
57     repository: 'file://components/policy-distribution'
58     condition: policy-distribution.enabled
59   - name: policy-clamp-ac-k8s-ppnt
60     version: ~14.x-0
61     repository: 'file://components/policy-clamp-ac-k8s-ppnt'
62     condition: policy-clamp-ac-k8s-ppnt.enabled
63   - name: policy-clamp-ac-http-ppnt
64     version: ~14.x-0
65     repository: 'file://components/policy-clamp-ac-http-ppnt'
66     condition: policy-clamp-ac-http-ppnt.enabled
67   - name: policy-clamp-ac-a1pms-ppnt
68     version: ~14.x-0
69     repository: 'file://components/policy-clamp-ac-a1pms-ppnt'
70     condition: policy-clamp-ac-a1pms-ppnt.enabled
71   - name: policy-clamp-ac-kserve-ppnt
72     version: ~14.x-0
73     repository: 'file://components/policy-clamp-ac-kserve-ppnt'
74     condition: policy-clamp-ac-kserve-ppnt.enabled
75   - name: policy-clamp-ac-pf-ppnt
76     version: ~14.x-0
77     repository: 'file://components/policy-clamp-ac-pf-ppnt'
78     condition: policy-clamp-ac-pf-ppnt.enabled
79   - name: policy-clamp-runtime-acm
80     version: ~14.x-0
81     repository: 'file://components/policy-clamp-runtime-acm'
82     condition: policy-clamp-runtime-acm.enabled
83   - name: policy-gui
84     version: ~14.x-0
85     repository: 'file://components/policy-gui'
86     condition: policy-gui.enabled
87   - name: repositoryGenerator
88     version: ~13.x-0
89     repository: '@local'
90   - name: serviceAccount
91     version: ~13.x-0
92     repository: '@local'
93   - name: readinessCheck
94     version: ~13.x-0
95     repository: '@local'
96   - name: postgres
97     version: ~13.x-0
98     repository: '@local'
99     condition: global.postgres.localCluster