239978f8f08b65247f5b1a2b0a36b63d4e862499
[dcaegen2/platform.git] / mod2 / helm-generator / helmchartgenerator-cli / src / test / input / blueprint / base / Chart.yaml
1 # ============LICENSE_START=======================================================
2 # Copyright (c) 2021 AT&T Intellectual Property. All rights reserved.
3 # ================================================================================
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 # ============LICENSE_END=========================================================
16
17 apiVersion: v2
18 appVersion: "Honolulu"
19 description: TBD
20 name: TBD
21 version: TBD
22
23 dependencies:
24   - name: common
25     version: ~8.x-0
26     repository: '@local'
27   - name: repositoryGenerator
28     version: ~8.x-0
29     repository: '@local'
30   - name: readinessCheck
31     version: ~8.x-0
32     repository: '@local'
33   - name: dcaegen2-services-common
34     version: ~8.x-0
35     repository: '@local'
36   - name: postgres
37     version: ~8.x-0
38     repository: '@local'
39     condition: postgres.enabled