(VOL-4955)added max_grpc_client_retry parameter

max_grpc_client_retry is the maximum number of times
the olt adaptor should retry to the core in case the grpc request fails due to request time out or voltha core being unavailable
Change-Id: Ib3e722853c6479d84e1fadca4182f698fa6f61ac
(retrying for pipeline)
diff --git a/voltha-adapter-openolt/Chart.yaml b/voltha-adapter-openolt/Chart.yaml
index 5dc62eb..0fd266f 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.11.5"
+version: "2.12.1"
 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: "4.2.12"
+appVersion: "4.3.2"