Exposing payoff in the value file and updating CORD version

Change-Id: I8f861b800a9e01af36ef9123a466110bc969be23
diff --git a/xos-core/Chart.yaml b/xos-core/Chart.yaml
index b74e5b8..412fb24 100644
--- a/xos-core/Chart.yaml
+++ b/xos-core/Chart.yaml
@@ -17,7 +17,7 @@
 description: XOS - An Extensible Cloud Operating System
 icon: https://guide.opencord.org/logos/xos.svg
 
-version: 3.0.9
+version: 3.0.10
 
 # appVersion is of the xos-core containers.
 # xos-tosca, xos-chameleon, and xos-api-tester are versioned in values.yaml
diff --git a/xos-core/requirements.yaml b/xos-core/requirements.yaml
index 468cb39..8a4f757 100644
--- a/xos-core/requirements.yaml
+++ b/xos-core/requirements.yaml
@@ -18,6 +18,6 @@
   version: 1.0.1
   repository: file://../xos-db
 - name: xos-gui
-  version: 1.2.6
+  version: 1.2.7
   repository: file://../xos-gui
   condition: xos-gui.enabled
diff --git a/xos-gui/Chart.yaml b/xos-gui/Chart.yaml
index 28c71c7..126a340 100644
--- a/xos-gui/Chart.yaml
+++ b/xos-gui/Chart.yaml
@@ -16,7 +16,7 @@
 name: xos-gui
 description: Web GUI for XOS
 icon: https://guide.opencord.org/logos/xos.svg
-version: 1.2.6
+version: 1.2.7
 
 # appVersion is of the xos-gui container, xos-ws tag is specified in values.yaml
 appVersion: 1.0.6
diff --git a/xos-gui/templates/_helpers.tpl b/xos-gui/templates/_helpers.tpl
index 74a28cc..736d9a3 100644
--- a/xos-gui/templates/_helpers.tpl
+++ b/xos-gui/templates/_helpers.tpl
@@ -36,7 +36,7 @@
   projectName: {{ .Values.xos_projectName | quote }},
   favicon: 'cord-favicon.png',
   background: 'cord-bg.jpg',
-  payoff: 'Your VNF orchestrator',
+  payoff: {{ .Values.xos_payoff | quote }},
   logo: 'cord-logo.png',
   routes: [
       {
diff --git a/xos-gui/values.yaml b/xos-gui/values.yaml
index 7dbaea4..fe4011e 100644
--- a/xos-gui/values.yaml
+++ b/xos-gui/values.yaml
@@ -35,5 +35,6 @@
 platformKafka: cord-kafka:9092
 
 xos_projectName: "CORD"
+xos_payoff: "Your VNF orchestrator"
 
-cord_version: 6.1.0
+cord_version: 7.0.0