Add CSIT for ACM in docker
[policy/docker.git] / helm / policy / Chart.yaml
1 # Copyright © 2022-2023 Nordix Foundation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 apiVersion: v2
16 description: ONAP Policy
17 name: policy
18 version: 11.0.0
19
20 dependencies:
21   - name: mariadb-galera
22     version: ~11.x-0
23     repository: 'file://components/mariadb-galera'
24     condition: mariadb-galera.enabled
25   - name: policy-clamp-ac-k8s-ppnt
26     version: ~11.x-0
27     repository: 'file://components/policy-clamp-ac-k8s-ppnt'
28     condition: policy-clamp-ac-k8s-ppnt.enabled
29   - name: policy-clamp-runtime-acm
30     version: ~11.x-0
31     repository: 'file://components/policy-clamp-runtime-acm'
32     condition: policy-clamp-runtime-acm.enabled
33   - name: policy-models-simulator
34     version: ~11.x-0
35     repository: 'file://components/policy-models-simulator'
36     condition: policy-models-simulator.enabled
37   - name: policy-api
38     version: ~11.x-0
39     repository: 'file://components/policy-api'
40     condition: policy-api.enabled
41   - name: policy-pap
42     version: ~11.x-0
43     repository: 'file://components/policy-pap'
44     condition: policy-pap.enabled
45   - name: policy-apex-pdp
46     version: ~11.x-0
47     repository: 'file://components/policy-apex-pdp'
48     condition: policy-apex-pdp.enabled
49   - name: policy-clamp-ac-pf-ppnt
50     version: ~11.x-0
51     repository: 'file://components/policy-clamp-ac-pf-ppnt'
52     condition: policy-clamp-ac-pf-ppnt.enabled
53   - name: policy-drools-pdp
54     version: ~11.x-0
55     repository: 'file://components/policy-drools-pdp'
56     condition: policy-drools-pdp.enabled
57   - name: policy-xacml-pdp
58     version: ~11.x-0
59     repository: 'file://components/policy-xacml-pdp'
60     condition: policy-xacml-pdp.enabled
61   - name: policy-distribution
62     version: ~11.x-0
63     repository: 'file://components/policy-distribution'
64     condition: policy-distribution.enabled
65   - name: policy-clamp-ac-http-ppnt
66     version: ~11.x-0
67     repository: 'file://components/policy-clamp-ac-http-ppnt'
68     condition: policy-clamp-ac-http-ppnt.enabled
69   - name: policy-clamp-ac-kserve-ppnt
70     version: ~11.x-0
71     repository: 'file://components/policy-clamp-ac-kserve-ppnt'
72     condition: policy-clamp-ac-kserve-ppnt.enabled
73   - name: policy-clamp-ac-a1pms-ppnt
74     version: ~11.x-0
75     repository: 'file://components/policy-clamp-ac-a1pms-ppnt'
76     condition: policy-clamp-ac-a1pms-ppnt.enabled