X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fmongo%2FChart.yaml;h=722291601def4fdbc7826e25724fea9baf5ef162;hb=6e00a8b5804469a9be1ad7d59f612341ce9bf0ce;hp=84e1ea63746acc88c121e54ea0c47eb2bedd16f8;hpb=cb5f3c33495bd6fb6a6fe4e591b0021053dfcdf2;p=oom.git diff --git a/kubernetes/common/mongo/Chart.yaml b/kubernetes/common/mongo/Chart.yaml index 84e1ea6374..722291601d 100644 --- a/kubernetes/common/mongo/Chart.yaml +++ b/kubernetes/common/mongo/Chart.yaml @@ -1,4 +1,5 @@ # Copyright © 2018, 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 +13,15 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 description: MongoDB Server name: mongo -version: 9.0.0 +version: 13.0.0 + +dependencies: + - name: common + version: ~13.x-0 + repository: 'file://../common' + - name: repositoryGenerator + version: ~13.x-0 + repository: 'file://../repositoryGenerator' \ No newline at end of file