X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fcert-wrapper%2FChart.yaml;h=de55e11df82a5fad8b45219f062edeecd9567d76;hb=6e00a8b5804469a9be1ad7d59f612341ce9bf0ce;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..de55e11df8 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: 13.0.0 + +dependencies: + - name: certInitializer + version: ~13.x-0 + repository: 'file://../certInitializer'