X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Felasticsearch%2Fcomponents%2Fcurator%2FChart.yaml;h=39780f2e83c690fc1806895a192fdcc7f8a8d3ab;hb=refs%2Fheads%2Fmaster;hp=1e51feca307bedc2a514b4c4ef94e0fe68a5f500;hpb=31bb6fe2a093273e4a10cd0c46adfae75f736cd6;p=oom.git diff --git a/kubernetes/common/elasticsearch/components/curator/Chart.yaml b/kubernetes/common/elasticsearch/components/curator/Chart.yaml index 1e51feca30..39780f2e83 100644 --- a/kubernetes/common/elasticsearch/components/curator/Chart.yaml +++ b/kubernetes/common/elasticsearch/components/curator/Chart.yaml @@ -1,5 +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. @@ -14,7 +15,15 @@ # limitations under the License. -apiVersion: v1 +apiVersion: v2 description: ONAP elasticsearch curator name: curator -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