X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Felasticsearch%2Fcomponents%2Fdata%2FChart.yaml;h=1b42a19078df0d43ba25dd45f3d6033e933b5bad;hb=eb4598bd97e43cfd88b3edc871a52d7cf0202884;hp=5243a561014df8b7832415dfbf3a1f56593b73e3;hpb=927588ef469f35709f1800c5d3a4f2b563cd4528;p=oom.git diff --git a/kubernetes/common/elasticsearch/components/data/Chart.yaml b/kubernetes/common/elasticsearch/components/data/Chart.yaml index 5243a56101..1b42a19078 100644 --- a/kubernetes/common/elasticsearch/components/data/Chart.yaml +++ b/kubernetes/common/elasticsearch/components/data/Chart.yaml @@ -1,4 +1,6 @@ # Copyright © 2020 Bitnami, AT&T, Amdocs, Bell Canada, highstreet technologies +# 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. @@ -13,7 +15,15 @@ # limitations under the License. -apiVersion: v1 +apiVersion: v2 description: ONAP elasticsearch data name: data -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'