[VOL-4343] Releasing voltha-infra chart with updated onos base version

Change-Id: I5e2d3c0181e7b23dc6b930e457ea7da070450a06
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index fd03f18..a089697 100644
--- a/voltha-adapter-openonu/Chart.yaml
+++ b/voltha-adapter-openonu/Chart.yaml
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "voltha-adapter-openonu"
-version: "2.9.5"
+version: "2.9.6"
 description: "A Helm chart for Voltha OpenONU Adapter"
 keywords:
   - "onf"
@@ -33,4 +33,4 @@
 
 # appVersion refers to multiple components with potentially different
 # container image versions.
-appVersion: "1.3.12"
+appVersion: "1.3.13"
diff --git a/voltha-infra/Chart.yaml b/voltha-infra/Chart.yaml
index 9446a50..eefffa4 100644
--- a/voltha-infra/Chart.yaml
+++ b/voltha-infra/Chart.yaml
@@ -29,7 +29,7 @@
 name: voltha-infra
 
 appVersion: "2.9-dev"
-version: 2.9.3
+version: 2.9.4
 
 dependencies:
   - name: onos-classic
diff --git a/voltha-infra/values.yaml b/voltha-infra/values.yaml
index 6337691..7acd724 100644
--- a/voltha-infra/values.yaml
+++ b/voltha-infra/values.yaml
@@ -28,7 +28,7 @@
   image:
     pullPolicy: Always
     repository: voltha/voltha-onos
-    tag: 5.0.1
+    tag: 5.0.2
   apps:
     - org.onosproject.lldpprovider
     - org.onosproject.openflow-base
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 7e36453..0f8f665 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -28,7 +28,7 @@
 name: voltha-stack
 
 appVersion: "2.9-dev"
-version: 2.9.7
+version: 2.9.8
 
 dependencies:
   - name: voltha
@@ -37,7 +37,7 @@
     condition: voltha.enabled
   - name: voltha-adapter-openonu
     repository: file://../voltha-adapter-openonu
-    version: 2.9.5
+    version: 2.9.6
     condition: voltha-adapter-openonu.enabled
   - name: voltha-adapter-openolt
     repository: file://../voltha-adapter-openolt