VOL-4925 - Build and release components.

voltha/Chart.yaml
voltha-stack/Chart.yaml
voltha-infra/Chart.yaml
voltha-infra/values.yaml
-----------------------
  o Fix a few lingering chart version problems (lint errs).

Makefile
makefiles/consts.mk
makefiles/lint/helm/include.mk
makefiles/lint/helm/detect-branch.mk
makefiles/lint/helm/helm.mk
makefiles/lint/helm/chart.mk
makefiles/lint/helm/tools.mk
------------------------------
  o modularize helm linting targets.
  o Split lint-chart and lint-helm into independent makefiles.

Change-Id: Id9b889f0b97248ab26d3abb1ea82f4f8234f1ed2
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 4e6b16b..deb02f9 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -28,12 +28,12 @@
 name: voltha-stack
 
 appVersion: "2.10"
-version: 2.10.9
+version: 2.10.10
 
 dependencies:
   - name: voltha
     repository: file://../voltha
-    version: 2.11.3
+    version: 2.11.5
     condition: voltha.enabled
   - name: voltha-adapter-openonu
     repository: file://../voltha-adapter-openonu
@@ -45,5 +45,5 @@
     condition: voltha-adapter-openolt.enabled
   - name: voltha-go-controller
     repository: file://../voltha-go-controller
-    version: 0.1.0
+    version: 0.1.1
     condition: voltha-go-controller.enabled