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/makefiles/lint/include.mk b/makefiles/lint/include.mk
index d3975de..d53a456 100644
--- a/makefiles/lint/include.mk
+++ b/makefiles/lint/include.mk
@@ -24,8 +24,9 @@
 #   - on demand for now, errors and cleanup needed
 #   - Usage: make lint-helm USE_LEGACY=<blank>
 # ------------------------------------------------
-$(if $(findstring lint-helm,$(MAKECMDGOALS)),\
-  $(eval include $(MAKEDIR)/lint/helm/include.mk))
+# $(if $(findstring lint-helm,$(MAKECMDGOALS)),\
+#  $(eval include $(MAKEDIR)/lint/helm/include.mk))
+include $(MAKEDIR)/lint/helm/include.mk
 
 # ------------------------------------------------------------
 ## yaml checking