From b0d3c1b3841611519f6b3eec34c06a1c5a3cd2a7 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Fri, 14 Feb 2025 13:04:16 +0300 Subject: [PATCH] [DO-1619] rename repo (!83) Co-authored-by: Rustam Tagaev Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/83 --- .../Cloud/Deploy/Backend/msg-messenger-core-api-deploy.groovy | 2 +- pipelines/Cloud/Deploy/Backend/openresty-deploy.groovy | 2 +- .../Deploy/Frontend/web-cloud-messenger-dialogs-deploy.groovy | 2 +- .../Deploy/Frontend/web-cloud-messenger-host-deploy.groovy | 2 +- .../Deploy/Frontend/web-cloud-messenger-users-deploy.groovy | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pipelines/Cloud/Deploy/Backend/msg-messenger-core-api-deploy.groovy b/pipelines/Cloud/Deploy/Backend/msg-messenger-core-api-deploy.groovy index 9e33f35..af57ae7 100644 --- a/pipelines/Cloud/Deploy/Backend/msg-messenger-core-api-deploy.groovy +++ b/pipelines/Cloud/Deploy/Backend/msg-messenger-core-api-deploy.groovy @@ -80,7 +80,7 @@ String namespace = "tavro-cloud-${params.ENV.toLowerCase()}" String helmChart = 'msg-messenger-core-api' String helmRepoPath = "avroid/${helmChart}" -String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts" +String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release" Git git = new Git(this, env.JENKINS_GIT_CREDENTIALS_SSH) PodTemplates slaveTemplates = new PodTemplates(this, env.JENKINS_DOCKER_REGISTRY, diff --git a/pipelines/Cloud/Deploy/Backend/openresty-deploy.groovy b/pipelines/Cloud/Deploy/Backend/openresty-deploy.groovy index 4dc1924..34eddf9 100644 --- a/pipelines/Cloud/Deploy/Backend/openresty-deploy.groovy +++ b/pipelines/Cloud/Deploy/Backend/openresty-deploy.groovy @@ -19,7 +19,7 @@ String valuesPath = 'avroid.local/api-gateway/openresty' String namespace = 'api-gateway' String helmChart = 'openresty' String helmRepoPath = 'avroid/openresty' -String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts" +String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release" Map configuration = [ vaultUrl: env.JENKINS_VAULT_URL, diff --git a/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-dialogs-deploy.groovy b/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-dialogs-deploy.groovy index 41f4398..d26a263 100644 --- a/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-dialogs-deploy.groovy +++ b/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-dialogs-deploy.groovy @@ -79,7 +79,7 @@ String namespace = "tavro-cloud-${params.ENV.toLowerCase()}" String helmChart = 'web-cloud-messenger-dialogs' String helmRepoPath = "avroid/${helmChart}" -String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts" +String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release" Git git = new Git(this, env.JENKINS_GIT_CREDENTIALS_SSH) PodTemplates slaveTemplates = new PodTemplates(this, env.JENKINS_DOCKER_REGISTRY, diff --git a/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-host-deploy.groovy b/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-host-deploy.groovy index be48bc6..d903b47 100644 --- a/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-host-deploy.groovy +++ b/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-host-deploy.groovy @@ -79,7 +79,7 @@ String namespace = "tavro-cloud-${params.ENV.toLowerCase()}" String helmChart = 'web-cloud-messenger-host' String helmRepoPath = "avroid/${helmChart}" -String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts" +String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release" Git git = new Git(this, env.JENKINS_GIT_CREDENTIALS_SSH) PodTemplates slaveTemplates = new PodTemplates(this, env.JENKINS_DOCKER_REGISTRY, diff --git a/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-users-deploy.groovy b/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-users-deploy.groovy index a2cbc36..7a2d6d5 100644 --- a/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-users-deploy.groovy +++ b/pipelines/Cloud/Deploy/Frontend/web-cloud-messenger-users-deploy.groovy @@ -79,7 +79,7 @@ String namespace = "tavro-cloud-${params.ENV.toLowerCase()}" String helmChart = 'web-cloud-messenger-users' String helmRepoPath = "avroid/${helmChart}" -String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/avroid-charts" +String helmRepo = "${env.JENKINS_NEXUS_URL}/repository/devops-helm-release" Git git = new Git(this, env.JENKINS_GIT_CREDENTIALS_SSH) PodTemplates slaveTemplates = new PodTemplates(this, env.JENKINS_DOCKER_REGISTRY,