fix VGC helmchart app null
Change-Id: Iafe9194be8a65858f75574d3b3380e8827cb9b49
Signed-off-by: abhay <abhayk@radisys.com>
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 66e4924..b58239c 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -34,7 +34,7 @@
## Chart version for package voltha-stack
## Increment when Chart.yaml changes
-version : "2.12.11"
+version : "2.12.12"
# -----------------------------------------------------------------------
# NOTE: Dependencies are chart versions not component/repository version
@@ -55,7 +55,7 @@
condition : voltha-adapter-openolt.enabled
- name : voltha-go-controller
repository : file://../voltha-go-controller
- version : "0.1.5"
+ version : "0.1.6"
condition : voltha-go-controller.enabled
# [EOF]