diff --git a/pipelines/Cloud/Deploy/msg-messenger-core-api-deploy.groovy b/pipelines/Cloud/Deploy/msg-messenger-core-api-deploy.groovy index 5d976dc..8ecbb47 100644 --- a/pipelines/Cloud/Deploy/msg-messenger-core-api-deploy.groovy +++ b/pipelines/Cloud/Deploy/msg-messenger-core-api-deploy.groovy @@ -78,8 +78,8 @@ String valuesPath = ".helm/values.${params.ENV.toLowerCase()}.yaml" String namespace = "tavro-cloud-${params.ENV.toLowerCase()}" -String helmChart = 'helm-msg-messenger-core-api' -String helmRepoPath = 'avroid/helm-msg-messenger-core-api' +String helmChart = 'msg-messenger-core-api' +String helmRepoPath = "avroid/${helmChart}" String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts"