[GLOBAL] Migrate to helm v3
[oom.git] / kubernetes / platform / Chart.yaml
index 8f8d565..5869d74 100644 (file)
@@ -2,6 +2,7 @@
 # Modifications Copyright © 2018 AT&T, Amdocs, Bell Canada
 # Modifications Copyright © 2020 Nokia
 # 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.
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apiVersion: v1
+apiVersion: v2
 description: ONAP platform components
 name: platform
-version: 9.0.0
+version: 10.0.0
+
+dependencies:
+  - name: oom-cert-service
+    version: ~10.x-0
+    repository: 'file://components/oom-cert-service'
+  - name: cmpv2-cert-provider
+    version: ~10.x-0
+    repository: 'file://components/cmpv2-cert-provider'
+  - name: chartmuseum
+    version: ~10.x-0
+    repository: 'file://components/chartmuseum'