From 984794850b21168354044ef220031a176e75b227 Mon Sep 17 00:00:00 2001 From: irti Date: Wed, 9 Oct 2019 11:27:32 +0500 Subject: [PATCH] [fix-direct-installation-issue] remove the chartRepositoryURL arg from the goBuildAndRelease method --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 85302a1a..da9195bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,6 @@ @Library('github.com/stakater/stakater-pipeline-library@v2.16.6')_ goBuildAndRelease { - chartRepositoryURL = 'https://chartmuseum.release.stakater.com' publicChartRepositoryURL = 'https://stakater.github.io/stakater-charts' publicChartGitURL = 'git@github.com:stakater/stakater-charts.git' }