[DO-1503] rename_project (!68)

Co-authored-by: Rustam Tagaev <rustam.tagaev@avroid.tech>
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/68
This commit is contained in:
Rustam Tagaev
2025-01-20 17:57:03 +03:00
parent 358156f531
commit 0a5e579cc2

View File

@@ -78,8 +78,8 @@ String valuesPath = ".helm/values.${params.ENV.toLowerCase()}.yaml"
String namespace = "tavro-cloud-${params.ENV.toLowerCase()}" String namespace = "tavro-cloud-${params.ENV.toLowerCase()}"
String helmChart = 'helm-msg-messenger-core-api' String helmChart = 'msg-messenger-core-api'
String helmRepoPath = 'avroid/helm-msg-messenger-core-api' String helmRepoPath = "avroid/${helmChart}"
String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts" String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts"