X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fplatform%2FChart.yaml;h=0f8f51047db840050c26b8380030c440755e7c25;hb=b784da4b931ec6b7400ff745d9846fe18e5ff7fa;hp=8f8d565faa02e8fea27a2036a1f244a28fcc2af5;hpb=f18b503da6d87b0d3b9f0754df59964e69730343;p=oom.git diff --git a/kubernetes/platform/Chart.yaml b/kubernetes/platform/Chart.yaml index 8f8d565faa..0f8f51047d 100644 --- a/kubernetes/platform/Chart.yaml +++ b/kubernetes/platform/Chart.yaml @@ -2,6 +2,7 @@ # 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. @@ -15,7 +16,29 @@ # 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: 9.0.0 +version: 12.0.0 + +dependencies: + - name: oom-cert-service + version: ~12.x-0 + repository: '@local' + #repository: 'file://components/oom-cert-service' + condition: oom-cert-service.enabled + - name: cmpv2-cert-provider + version: ~12.x-0 + repository: '@local' + #repository: 'file://components/cmpv2-cert-provider' + condition: cmpv2-cert-provider.enabled + - name: chartmuseum + version: ~12.x-0 + repository: '@local' + #repository: 'file://components/chartmuseum' + condition: chartmuseum.enabled + - name: keycloak-init + version: ~12.x-0 + repository: '@local' + #repository: 'file://components/keycloak-init' + condition: keycloak-init.enabled