X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fa1policymanagement%2FChart.yaml;h=563ee2094a5a672991096ea83ce8bb5a888eaba4;hb=e4aac7a3c577b7bb9eaae93387d482f952ee4b72;hp=6ec0159c0e80acff85856177c3d2fa6c64eaad25;hpb=ba3a458941994c1ff8c6f574fa2764adaf918c87;p=oom.git diff --git a/kubernetes/a1policymanagement/Chart.yaml b/kubernetes/a1policymanagement/Chart.yaml index 6ec0159c0e..563ee2094a 100644 --- a/kubernetes/a1policymanagement/Chart.yaml +++ b/kubernetes/a1policymanagement/Chart.yaml @@ -1,5 +1,7 @@ ################################################################################ # Copyright (c) 2020 Nordix Foundation. # +# 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,8 +16,22 @@ # limitations under the License. # ################################################################################ -apiVersion: v1 +apiVersion: v2 appVersion: "1.0.0" description: A Helm chart for A1 Policy Management Service name: a1policymanagement -version: 7.0.0 +version: 11.0.0 + +dependencies: + - name: common + version: ~11.x-0 + repository: '@local' + - name: certInitializer + version: ~11.x-0 + repository: '@local' + - name: repositoryGenerator + version: ~11.x-0 + repository: '@local' + - name: serviceAccount + version: ~11.x-0 + repository: '@local'