From 557628a23bf7e1f841b392324687799bc7064d54 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 24 Mar 2021 14:59:16 +0100 Subject: [DOC][COMMON] Prepare Honolulu release Updating the documentation and bumping version to 8.0.0 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18 --- kubernetes/vid/Chart.yaml | 2 +- kubernetes/vid/requirements.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kubernetes/vid') diff --git a/kubernetes/vid/Chart.yaml b/kubernetes/vid/Chart.yaml index 5ad5733065..f97c844e85 100644 --- a/kubernetes/vid/Chart.yaml +++ b/kubernetes/vid/Chart.yaml @@ -15,4 +15,4 @@ apiVersion: v1 description: ONAP Virtual Infrastructure Deployment name: vid -version: 7.0.0 +version: 8.0.0 diff --git a/kubernetes/vid/requirements.yaml b/kubernetes/vid/requirements.yaml index 34ad968757..f26aee0fc3 100644 --- a/kubernetes/vid/requirements.yaml +++ b/kubernetes/vid/requirements.yaml @@ -15,22 +15,22 @@ dependencies: - name: common - version: ~7.x-0 + version: ~8.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: certInitializer - version: ~7.x-0 + version: ~8.x-0 repository: '@local' - name: mariadb-galera - version: ~7.x-0 + version: ~8.x-0 repository: '@local' condition: global.mariadbGalera.localCluster - name: mariadb-init - version: ~7.x-0 + version: ~8.x-0 repository: '@local' condition: not global.mariadbGalera.localCluster - name: repositoryGenerator - version: ~7.x-0 + version: ~8.x-0 repository: '@local' -- cgit 1.2.3-korg