diff options
Diffstat (limited to 'kubernetes/common/cmpv2Config')
-rw-r--r-- | kubernetes/common/cmpv2Config/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/common/cmpv2Config/requirements.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/cmpv2Config/Chart.yaml b/kubernetes/common/cmpv2Config/Chart.yaml index 35599551ba..bac8276a39 100644 --- a/kubernetes/common/cmpv2Config/Chart.yaml +++ b/kubernetes/common/cmpv2Config/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: Template used to store cmpv2 configuration in onap name: cmpv2Config -version: 7.0.0 +version: 8.0.0 diff --git a/kubernetes/common/cmpv2Config/requirements.yaml b/kubernetes/common/cmpv2Config/requirements.yaml index ac321e7cc3..5a100d36a9 100644 --- a/kubernetes/common/cmpv2Config/requirements.yaml +++ b/kubernetes/common/cmpv2Config/requirements.yaml @@ -14,5 +14,5 @@ dependencies: - name: common - version: ~7.x-0 + version: ~8.x-0 repository: 'file://../common' |