[VOL-4215] Releasing multi-uni TCONT fix
Change-Id: I3d8d6255615a3dff39583a3f5cbf52d3419d6d5c
diff --git a/voltha-adapter-openolt/Chart.yaml b/voltha-adapter-openolt/Chart.yaml
index 4e40067..8e6ad7b 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.2"
+version: "2.10.0"
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.1"
+appVersion: "3.5.2"
diff --git a/voltha-adapter-openonu/Chart.yaml b/voltha-adapter-openonu/Chart.yaml
index 7898891..992dfb9 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.1"
+version: "2.9.2"
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.5"
+appVersion: "1.3.10"
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index d1c4bf4..32af320 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.3
+version: 2.9.4
dependencies:
- name: voltha
@@ -37,9 +37,9 @@
condition: voltha.enabled
- name: voltha-adapter-openonu
repository: file://../voltha-adapter-openonu
- version: 2.9.1
+ version: 2.9.2
condition: voltha-adapter-openonu.enabled
- name: voltha-adapter-openolt
repository: file://../voltha-adapter-openolt
- version: 2.9.2
+ version: 2.10.0
condition: voltha-adapter-openolt.enabled