[GLOBAL] Migrate to helm v3
[oom.git] / kubernetes / common / network-name-gen / Chart.yaml
index 3f54927..2712596 100644 (file)
@@ -1,5 +1,6 @@
 # Copyright (C) 2018  AT&T Intellectual Property.  All rights reserved.\r
 # Modifications Copyright © 2021 Orange\r
+# Modifications Copyright © 2021 Nordix Foundation\r
 #\r
 # Licensed under the Apache License, Version 2.0 (the "License");\r
 # you may not use this file except in compliance with the License.\r
 # See the License for the specific language governing permissions and\r
 # limitations under the License.\r
 \r
-apiVersion: v1\r
+apiVersion: v2\r
 description: Name Generation Micro Service\r
 name: network-name-gen\r
-version: 9.0.0\r
+version: 10.0.0\r
+\r
+dependencies:\r
+  - name: common\r
+    version: ~10.x-0\r
+    repository: 'file://../common'\r
+  - name: repositoryGenerator\r
+    version: ~10.x-0\r
+    repository: 'file://../repositoryGenerator'\r
+  - name: mariadb-galera\r
+    version: ~10.x-0\r
+    repository: 'file://../mariadb-galera'\r
+    condition: global.mariadbGalera.localCluster\r
+  - name: mariadb-init\r
+    version: ~10.x-0\r
+    repository: 'file://../mariadb-init'\r
+    condition: not global.mariadbGalera.localCluster
\ No newline at end of file