From 6232801485d385bd4bac87e113f9ba4184b336d0 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Thu, 17 Jan 2019 13:09:16 +0000 Subject: [PATCH] use the correct HA URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c3b7da..ca8fdef 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ build: clean helm version helm init helm repo add releases ${CHART_REPO} - helm repo add jenkins-x http://chartmuseum.build.cd.jenkins-x.io + helm repo add jenkins-x http://chartmuseum.jenkins-x.io helm dependency build ${DIR} helm lint ${DIR}