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}