aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/Makefile
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-03-27 12:34:57 -0400
committerMike Elliott <mike.elliott@amdocs.com>2018-03-27 12:40:38 -0400
commitcb047cbcd492cfac220745b6509912de29b9344c (patch)
tree1b0e2f9bf629743d00bbff34ae7b652f562f6cea /kubernetes/common/Makefile
parent0a58b6bc3ceb10947b1675667d6943ed1da3d0c2 (diff)
Add repo index fix
Fixes an issue where subchart build dependencies are not always resolved when using 'make repo' to start a local helm repo. Also added the start of a 'make repo-stop' to shutdown and cleanup a running local repo. Change-Id: I33667053637ea4980ad00e424378a156abbe1ad4 Issue-ID: OOM-830 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/common/Makefile')
-rw-r--r--kubernetes/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/common/Makefile b/kubernetes/common/Makefile
index a78cc88b89..d634a8c506 100644
--- a/kubernetes/common/Makefile
+++ b/kubernetes/common/Makefile
@@ -41,6 +41,7 @@ lint-%: dep-%
package-%: lint-%
@mkdir -p $(PACKAGE_DIR)
@if [ -f $*/Chart.yaml ]; then helm package -d $(PACKAGE_DIR) $*; fi
+ @helm repo index $(PACKAGE_DIR)
clean:
@rm -f */requirements.lock