X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fcert-wrapper%2FChart.yaml;h=fbafd9a4f81836803346a3aebd68fe3deba254e0;hb=e4aac7a3c577b7bb9eaae93387d482f952ee4b72;hp=68d540074373c419ee278775a1fdbbb28bfdaf30;hpb=db9518229d62c2c3e6dffd971ca1aef1c4e89d3d;p=oom.git diff --git a/kubernetes/common/cert-wrapper/Chart.yaml b/kubernetes/common/cert-wrapper/Chart.yaml index 68d5400743..fbafd9a4f8 100644 --- a/kubernetes/common/cert-wrapper/Chart.yaml +++ b/kubernetes/common/cert-wrapper/Chart.yaml @@ -1,4 +1,6 @@ # Copyright © 2020 Samsung Electronics +# 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. @@ -12,7 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 +apiVersion: v2 description: Wrapper chart to allow truststore to be shared among cert-initializer instances name: cert-wrapper -version: 6.0.0 +version: 11.0.0 + +dependencies: + - name: certInitializer + version: ~11.x-0 + repository: 'file://../certInitializer'