X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fplatform%2FChart.yaml;h=559e5fe383c7a7bbf6f694e7bbb8ecfaa02b331d;hb=refs%2Fheads%2Fmaster;hp=000f3b3fda0fb7cea687ee744fa9dcc2a99ad737;hpb=1d7d0e2834531a278b0c3af57ce4cc6e2b62b3ee;p=oom.git diff --git a/kubernetes/platform/Chart.yaml b/kubernetes/platform/Chart.yaml index 000f3b3fda..c3f776803e 100644 --- a/kubernetes/platform/Chart.yaml +++ b/kubernetes/platform/Chart.yaml @@ -1,6 +1,9 @@ # Copyright © 2018 ZTE # Modifications Copyright © 2018 AT&T, Amdocs, Bell Canada # Modifications Copyright © 2020 Nokia +# Modifications Copyright © 2021 Orange +# Modifications Copyright © 2021 Nordix Foundation +# Modifications Copyright © 2024 Deutsche Telekom AG # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +17,21 @@ # 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: 13.0.1 + +dependencies: + - name: oom-cert-service + version: ~13.x-0 + repository: '@local' + condition: oom-cert-service.enabled + - name: cmpv2-cert-provider + version: ~13.x-0 + repository: '@local' + condition: cmpv2-cert-provider.enabled + - name: chartmuseum + version: ~13.x-0 + repository: '@local' + condition: chartmuseum.enabled