[DOC][COMMON] Prepare Honolulu release

Updating the documentation and bumping version to 8.0.0

Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18
diff --git a/kubernetes/nbi/requirements.yaml b/kubernetes/nbi/requirements.yaml
index 1efd721..7062a13 100644
--- a/kubernetes/nbi/requirements.yaml
+++ b/kubernetes/nbi/requirements.yaml
@@ -15,25 +15,25 @@
 
 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: mongo
-    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'