[VOL-5241]: Add Zyxel to ONU Vendor list

Change-Id: I4dc8f0efd1a85cad001e9987d68859070f0f9d4b
diff --git a/VERSION b/VERSION
index 8781035..7ad92bf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.3.0-dev2
+3.3.0-dev3
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index 91421d0..4af20c9 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.12.0"
+version: "2.12.1"
 description: "A Helm chart for Voltha OpenONU Adapter"
 keywords:
   - "onf"
@@ -32,4 +32,4 @@
     url: "https://www.opennetworking.org"
 
 # appVersion refers to release version of voltha-openonu-adapter-go
-appVersion: "2.11.3"
+appVersion: "2.11.7"
diff --git a/voltha-adapter-openonu/values.yaml b/voltha-adapter-openonu/values.yaml
index dfc9dc6..3a80446 100644
--- a/voltha-adapter-openonu/values.yaml
+++ b/voltha-adapter-openonu/values.yaml
@@ -108,6 +108,8 @@
   - ARCA
   - AVMG
   - ZYWN
+  - ZYXE
+  - ZYSG
 
 # Expose the golang pprof webserver, if enabled
 profiler:
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 24dd5ce..f7dc6fc 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -27,15 +27,15 @@
     url: "https://www.opennetworking.org"
 name: voltha-stack
 appVersion: "2.12"
-version: 2.12.4
+version: 2.12.5
 dependencies:
   - name: voltha
     repository: file://../voltha
-    version: 2.12.10
+    version: 2.12.11
     condition: voltha.enabled
   - name: voltha-adapter-openonu
     repository: file://../voltha-adapter-openonu
-    version: 2.12.0
+    version: 2.12.1
     condition: voltha-adapter-openonu.enabled
   - name: voltha-adapter-openolt
     repository: file://../voltha-adapter-openolt
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index 38aac8d..a319783 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -14,7 +14,7 @@
 ---
 apiVersion: "v1"
 name: "voltha"
-version: "2.12.10"
+version: "2.12.11"
 description: "A Helm chart for Voltha based on K8S resources in Voltha project"
 keywords:
   - "onf"