blob: 86d3408f0ed08d70134c94a0ea53de4d45ebf63d [file] [log] [blame]
Mandeep Khindab1f9efe2018-03-28 19:01:55 +00001# Copyright © 2017 Amdocs, AT&T, Bell Canada
Sylvain Desbureauxc47ce732021-10-12 15:15:10 +02002# Modifications Copyright © 2018 ZTE
3# Modifications Copyright © 2021 Orange
efiacor370c6dc2021-10-12 14:10:49 +01004# Modifications Copyright © 2021 Nordix Foundation
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00005#
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
efiacor370c6dc2021-10-12 14:10:49 +010018apiVersion: v2
Mandeep Khindaa1047f42018-03-22 02:12:15 +000019description: Service Design and Creation Umbrella Helm charts
kerenj80102842017-08-24 13:54:21 +000020name: sdc
Andreas Geissler2e26b582024-02-09 10:39:55 +010021version: 13.0.1
efiacor370c6dc2021-10-12 14:10:49 +010022
23dependencies:
efiacor2f1c2a22022-11-29 11:39:41 +000024 - name: common
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020025 version: ~13.x-0
efiacor2f1c2a22022-11-29 11:39:41 +000026 repository: '@local'
efiacor370c6dc2021-10-12 14:10:49 +010027 - name: sdc-be
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020028 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010029 repository: 'file://components/sdc-be'
30 - name: sdc-cs
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020031 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010032 repository: 'file://components/sdc-cs'
33 - name: sdc-fe
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020034 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010035 repository: 'file://components/sdc-fe'
36 - name: sdc-onboarding-be
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020037 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010038 repository: 'file://components/sdc-onboarding-be'
39 - name: sdc-wfd-be
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020040 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010041 repository: 'file://components/sdc-wfd-be'
42 condition: sdc-wfd.enabled
43 - name: sdc-wfd-fe
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020044 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010045 repository: 'file://components/sdc-wfd-fe'
46 condition: sdc-wfd.enabled
47 - name: sdc-helm-validator
Andreas Geissler6e00a8b2023-06-22 13:37:32 +020048 version: ~13.x-0
efiacor370c6dc2021-10-12 14:10:49 +010049 repository: 'file://components/sdc-helm-validator'
50 condition: sdcHelmValidator.enabled