X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fdcaemod%2FChart.yaml;h=8bf2ddfbc04376663e9d4eda22c9819227c811b4;hb=370c6dc33e55bfee7b3b79bcc21481b02a3f1e24;hp=9fe96fb7e2b808cea151472f807a88e8eec338c4;hpb=f2cff9603964bdb9a25e6ba6dfdfbd8db918bf56;p=oom.git diff --git a/kubernetes/dcaemod/Chart.yaml b/kubernetes/dcaemod/Chart.yaml index 9fe96fb7e2..8bf2ddfbc0 100644 --- a/kubernetes/dcaemod/Chart.yaml +++ b/kubernetes/dcaemod/Chart.yaml @@ -1,6 +1,8 @@ #============LICENSE_START======================================================== #================================================================================= # Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright © 2021 Orange +# Modifications Copyright © 2021 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +17,40 @@ # limitations under the License. # ============LICENSE_END========================================================= -apiVersion: v1 +apiVersion: v2 description: ONAP DCAE MOD name: dcaemod -version: 6.0.0 +version: 10.0.0 + +dependencies: + - name: common + version: ~10.x-0 + repository: '@local' + - name: dcaemod-genprocessor + version: ~10.x-0 + repository: 'file://components/dcaemod-genprocessor' + condition: dcaemod-genprocessor.enabled + - name: dcaemod-distributor-api + version: ~10.x-0 + repository: 'file://components/dcaemod-distributor-api' + condition: dcaemod-distributor-api.enabled + - name: dcaemod-designtool + version: ~10.x-0 + repository: 'file://components/dcaemod-designtool' + condition: dcaemod-designtool.enabled + - name: dcaemod-onboarding-api + version: ~10.x-0 + repository: 'file://components/dcaemod-onboarding-api' + condition: dcaemod-onboarding-api.enabled + - name: dcaemod-runtime-api + version: ~10.x-0 + repository: 'file://components/dcaemod-runtime-api' + condition: dcaemod-runtime-api.enabled + - name: dcaemod-nifi-registry + version: ~10.x-0 + repository: 'file://components/dcaemod-nifi-registry' + condition: dcaemod-nifi-registry.enabled + - name: dcaemod-healthcheck + version: ~10.x-0 + repository: 'file://components/dcaemod-healthcheck' + condition: dcaemod-healthcheck.enabled