diff --git a/Jenkinsfile b/Jenkinsfile index f7f7b11..3ce060b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,7 +145,7 @@ spec: stage('Setup Helm Repo') { agent { label 'local' } steps { - sh 'helm repo add my-helm-repo http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo/' + sh 'helm repo add my-helm-repo http://localhost:8081/repository/my-helm-repo/' sh 'helm repo update' } }