[GLOBAL] Migrate to helm v3
[oom.git] / kubernetes / dcaemod / Chart.yaml
index b198e4d..8bf2ddf 100644 (file)
@@ -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.
 # 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