X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fplatform%2FChart.yaml;h=559e5fe383c7a7bbf6f694e7bbb8ecfaa02b331d;hb=e4aac7a3c577b7bb9eaae93387d482f952ee4b72;hp=29adab7aad02b2cfa4b5582b1e5c6ed3b3dfb298;hpb=975d0e282099e87c4902f77185e820faae3e8b4a;p=oom.git diff --git a/kubernetes/platform/Chart.yaml b/kubernetes/platform/Chart.yaml index 29adab7aad..559e5fe383 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: 7.0.0 +version: 11.0.0 + +dependencies: + - name: oom-cert-service + version: ~11.x-0 + repository: 'file://components/oom-cert-service' + - name: cmpv2-cert-provider + version: ~11.x-0 + repository: 'file://components/cmpv2-cert-provider' + - name: chartmuseum + version: ~11.x-0 + repository: 'file://components/chartmuseum'