[GLOBAL] Migrate to helm v3

Move all Chart.yaml to use apiVersion: 2
Move dependencies from requirements.yaml to Chart.yaml
Changes to all makeFiles
Changes to helm deploy plugin

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I03c5290eee9e40f76eacbf171e774204cf5fb1c0
Issue-ID: OOM-2845
diff --git a/kubernetes/dcaemod/Chart.yaml b/kubernetes/dcaemod/Chart.yaml
index b198e4d..8bf2ddf 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