X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fcert-wrapper%2FChart.yaml;h=fbafd9a4f81836803346a3aebd68fe3deba254e0;hb=86791bbd2481749cec63ec9ad43d0c8e5529e35e;hp=ef18eaa1b2ac84514d9004f9e72c6f0d9de312ed;hpb=a81ab13a27971888892bee0d4326746ac89a5e8f;p=oom.git diff --git a/kubernetes/common/cert-wrapper/Chart.yaml b/kubernetes/common/cert-wrapper/Chart.yaml index ef18eaa1b2..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: 8.0.0 +version: 11.0.0 + +dependencies: + - name: certInitializer + version: ~11.x-0 + repository: 'file://../certInitializer'