X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fnetwork-name-gen%2FChart.yaml;h=08d50145ec3b879479ca7f4864deee12e9d8cf2d;hb=c6144829d2c4ee22cbdb4591ed34557b83999bc2;hp=0725fcdb8f34f02afd1cbe58a9cc0cad396a4ab2;hpb=075c02e1a0ba535e9b263de3a0f9ede479ff112f;p=oom.git diff --git a/kubernetes/common/network-name-gen/Chart.yaml b/kubernetes/common/network-name-gen/Chart.yaml index 0725fcdb8f..08d50145ec 100644 --- a/kubernetes/common/network-name-gen/Chart.yaml +++ b/kubernetes/common/network-name-gen/Chart.yaml @@ -1,4 +1,6 @@ # Copyright (C) 2018 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. @@ -12,7 +14,23 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 description: Name Generation Micro Service name: network-name-gen -version: 6.0.0 +version: 12.0.0 + +dependencies: + - name: common + version: ~12.x-0 + repository: 'file://../common' + - name: repositoryGenerator + version: ~12.x-0 + repository: 'file://../repositoryGenerator' + - name: mariadb-galera + version: ~12.x-0 + repository: 'file://../mariadb-galera' + condition: global.mariadbGalera.localCluster + - name: mariadb-init + version: ~12.x-0 + repository: 'file://../mariadb-init' + condition: global.mariadbGalera.globalCluster \ No newline at end of file