aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaemod/Chart.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/dcaemod/Chart.yaml')
-rw-r--r--kubernetes/dcaemod/Chart.yaml38
1 files changed, 36 insertions, 2 deletions
diff --git a/kubernetes/dcaemod/Chart.yaml b/kubernetes/dcaemod/Chart.yaml
index b198e4d8ff..8bf2ddfbc0 100644
--- a/kubernetes/dcaemod/Chart.yaml
+++ b/kubernetes/dcaemod/Chart.yaml
@@ -2,6 +2,7 @@
#=================================================================================
# 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.
@@ -16,7 +17,40 @@
# limitations under the License.
# ============LICENSE_END=========================================================
-apiVersion: v1
+apiVersion: v2
description: ONAP DCAE MOD
name: dcaemod
-version: 9.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