diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-04-02 19:01:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-02 19:01:08 +0000 |
commit | 223cdf25ba1f04634d8cc31ccceb7a449395a01c (patch) | |
tree | 8c70e787eb27e6860ffd38651ab1e8777ea4b20d /kubernetes/multicloud/charts/multicloud-k8s | |
parent | 51c3f48a0d63824df7063cee2041c8cd1c80f8e4 (diff) | |
parent | 1ef4cafed81f17379c069ec5110afb3fd34ce49b (diff) |
Merge "Bump chart version"
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-k8s')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-k8s/Chart.yaml | 2 | ||||
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-k8s/requirements.yaml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-k8s/Chart.yaml b/kubernetes/multicloud/charts/multicloud-k8s/Chart.yaml index 3c61d81dad..cbd8da9bec 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/Chart.yaml +++ b/kubernetes/multicloud/charts/multicloud-k8s/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: ONAP Multicloud Kubernetes Plugin name: multicloud-k8s -version: 5.0.0 +version: 6.0.0 diff --git a/kubernetes/multicloud/charts/multicloud-k8s/requirements.yaml b/kubernetes/multicloud/charts/multicloud-k8s/requirements.yaml index fa1c39700a..78faffd976 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/requirements.yaml +++ b/kubernetes/multicloud/charts/multicloud-k8s/requirements.yaml @@ -14,14 +14,14 @@ dependencies: - name: common - version: ~5.x-0 + version: ~6.x-0 # local reference to common chart, as it is # a part of this chart's package and will not # be published independently to a repo (at this point) repository: '@local' - name: mongo - version: ~5.x-0 + version: ~6.x-0 repository: '@local' - name: etcd - version: ~5.x-0 + version: ~6.x-0 repository: '@local' |