summaryrefslogtreecommitdiffstats
path: root/kubernetes/vid
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-03-25 14:03:19 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-25 14:03:19 +0000
commita81ab13a27971888892bee0d4326746ac89a5e8f (patch)
tree52ae06d6159558b3974e292e08d5f7d675970f5e /kubernetes/vid
parentb8be171914389631c6f0c41929119436a9d1b681 (diff)
parent557628a23bf7e1f841b392324687799bc7064d54 (diff)
Merge "[DOC][COMMON] Prepare Honolulu release"
Diffstat (limited to 'kubernetes/vid')
-rw-r--r--kubernetes/vid/Chart.yaml2
-rw-r--r--kubernetes/vid/requirements.yaml10
2 files changed, 6 insertions, 6 deletions
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'