Releasing 2.8 fixes for adapters

Change-Id: I5ea8f9af1d32aed44c83ee9cfa3367d4a8faa15d
diff --git a/VERSION b/VERSION
index 85c0a6a..6ece8e7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.16
+2.8.17
diff --git a/voltha-adapter-openolt/Chart.yaml b/voltha-adapter-openolt/Chart.yaml
index 717929e..bbe3519 100644
--- a/voltha-adapter-openolt/Chart.yaml
+++ b/voltha-adapter-openolt/Chart.yaml
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "voltha-adapter-openolt"
-version: "2.9.10"
+version: "2.9.11"
 description: "A Helm chart for Voltha OpenOLT Adapter"
 keywords:
   - "onf"
@@ -33,4 +33,4 @@
 
 # appVersion refers to multiple components with potentially different
 # container image versions.
-appVersion: "3.5.10"
+appVersion: "3.5.11"
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index 582a02f..820c6c6 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.8.12"
+version: "2.8.13"
 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.15"
+appVersion: "1.3.16"
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index c96df22..4bd34c3 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -28,7 +28,7 @@
 name: voltha-stack
 
 appVersion: "2.8"
-version: 2.8.13
+version: 2.8.14
 
 dependencies:
   - name: voltha
@@ -37,9 +37,9 @@
     condition: voltha.enabled
   - name: voltha-adapter-openonu
     repository: file://../voltha-adapter-openonu
-    version: 2.8.12
+    version: 2.8.13
     condition: voltha-adapter-openonu.enabled
   - name: voltha-adapter-openolt
     repository: file://../voltha-adapter-openolt
-    version: 2.9.10
+    version: 2.9.11
     condition: voltha-adapter-openolt.enabled