[VOL-4635] openonuAdapterGo - default OMCI-timeout not sufficient in scale upgrade scenario

Change-Id: Ib79cb3cf6fa17cc3a395320e467c7ebf7a7d9700
diff --git a/VERSION b/VERSION
index 37c6fdb..0668896 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.23
+2.8.24
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index 50c0741..911ef1d 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.17"
+version: "2.8.18"
 description: "A Helm chart for Voltha OpenONU Adapter"
 keywords:
   - "onf"
diff --git a/voltha-adapter-openonu/values.yaml b/voltha-adapter-openonu/values.yaml
index deba626..a6cd961 100644
--- a/voltha-adapter-openonu/values.yaml
+++ b/voltha-adapter-openonu/values.yaml
@@ -31,7 +31,7 @@
   # timeout for ONU reconciling
   max_timeout_reconciling: "10s"
   # timeout for OMCI channel
-  omci_timeout: "1s"
+  omci_timeout: "3s"
   # kv store timeout
   adapter_open_onu:
     timeout: "5s"
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 2a50f22..71ab188 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -28,7 +28,7 @@
 name: voltha-stack
 
 appVersion: "2.8"
-version: 2.8.18
+version: 2.8.19
 
 dependencies:
   - name: voltha
@@ -37,7 +37,7 @@
     condition: voltha.enabled
   - name: voltha-adapter-openonu
     repository: file://../voltha-adapter-openonu
-    version: 2.8.17
+    version: 2.8.18
     condition: voltha-adapter-openonu.enabled
   - name: voltha-adapter-openolt
     repository: file://../voltha-adapter-openolt