[VOL-5020] Update helm charts for repo:voltha-go-controller

voltha-go-controller/templates/deployment.yaml
voltha-go-controller/templates/service.yaml
voltha-go-controller/values.yaml
----------------------------------------------
  o Copyright notice update

voltha-go-controller/Chart.yaml
voltha-stack/Chart.yaml
voltha/Chart.yaml
-------------------------------
  o Update chart version to 0.1.4
  o Odd: artifact is version 1.0 but gerrit says 0.0.1-dev.

Change-Id: I0c7625df98000232bcb26aafd0878735d6442b2f
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index eaf7717..eb299f0 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.7"
+version    : "2.12.8"
 
 # -----------------------------------------------------------------------
 # NOTE: Dependencies are chart versions not component/repository version
@@ -43,19 +43,19 @@
 dependencies:
   - name       : voltha
     repository : file://../voltha
-    version    : "2.12.15"
-    condition: voltha.enabled
-  - name       : voltha-adapter-openonu
-    repository : file://../voltha-adapter-openonu
-    version    : "2.12.2"
-    condition: voltha-adapter-openonu.enabled
+    version    : "2.12.16"
+    condition  : voltha.enabled
+  - name       : "voltha-adapter-openonu"
+    repository : "file://../voltha-adapter-openonu"
+    version    : "2.12.3"
+    condition  : "voltha-adapter-openonu.enabled"
   - name       : voltha-adapter-openolt
     repository : file://../voltha-adapter-openolt
     version    : "2.12.6"
     condition  : voltha-adapter-openolt.enabled
-  - name: voltha-go-controller
-    repository: file://../voltha-go-controller
-    version: 0.1.3
-    condition: voltha-go-controller.enabled
+  - name       : voltha-go-controller
+    repository : file://../voltha-go-controller
+    version    : "0.1.4"
+    condition  : voltha-go-controller.enabled
 
 # [EOF]