From a8975b945e8b3e9b4a62b617afd020b998bde168 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 26 Mar 2026 16:53:33 +0800 Subject: [PATCH] =?UTF-8?q?pipeline=20vpc=20=E7=BD=91=E7=BB=9C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rc-auth/pipeline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-auth/pipeline b/rc-auth/pipeline index 482e637f..8b38ebe9 100644 --- a/rc-auth/pipeline +++ b/rc-auth/pipeline @@ -66,7 +66,7 @@ pipeline { stage('Apply') { steps { sh "pwd && whoami" - sh "kubectl -n ${K8S_NAMESPACE} set image deployment/${K8S_DEPLOYMENT} ${K8S_APP_LABEL}=${IMAGE_REP_TAG}" + sh "kubectl -n ${K8S_NAMESPACE} set image deployment/${K8S_DEPLOYMENT} ${K8S_APP_LABEL}=${IMAGE_REP_TAG.replace('tuokemi-con-registry', 'tuokemi-con-registry-vpc')}" } } }