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/Makefile b/Makefile
index fcecb6f..cd9c485 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,6 @@
@echo " test Sanity check chart versions"
@echo
@echo "[CHECK: release]"
- @echo " helm-repo-tools Helper tools"
@echo " tagcollisionreject.sh 404 - raw.github source MIA"
@echo
@echo "\033[0;31m VOLTHA HELM CHARTS \033[0m"
@@ -77,12 +76,11 @@
lint-local: lint-helm lint-chart
-lint-helm:
- helm-repo-tools/helmlint.sh
+# lint-helm:
+# helm-repo-tools/helmlint.sh
-lint-chart:
- helm-repo-tools/chart_version_check.sh
-# helm-repo-tools/lchart_version_check.sh
+# lint-chart:
+# COMPARISON_BRANCH=origin/master helm-repo-tools/chart_version_check.sh
## -----------------------------------------------------------------------
## -----------------------------------------------------------------------