X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fplatform%2FChart.yaml;h=8ba1101d99571c6bd57e324c6a28785844ee67cc;hb=eb4598bd97e43cfd88b3edc871a52d7cf0202884;hp=000f3b3fda0fb7cea687ee744fa9dcc2a99ad737;hpb=d92618a67e411c4e0568c7a71a7d7b3307a56807;p=oom.git diff --git a/kubernetes/platform/Chart.yaml b/kubernetes/platform/Chart.yaml index 000f3b3fda..8ba1101d99 100644 --- a/kubernetes/platform/Chart.yaml +++ b/kubernetes/platform/Chart.yaml @@ -1,6 +1,8 @@ # Copyright © 2018 ZTE # Modifications Copyright © 2018 AT&T, Amdocs, Bell Canada # Modifications Copyright © 2020 Nokia +# 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 +16,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 description: ONAP platform components name: platform -version: 6.0.0 +version: 12.0.0 + +dependencies: + - name: oom-cert-service + version: ~12.x-0 + repository: 'file://components/oom-cert-service' + - name: cmpv2-cert-provider + version: ~12.x-0 + repository: 'file://components/cmpv2-cert-provider' + - name: chartmuseum + version: ~12.x-0 + repository: 'file://components/chartmuseum'