From 112cac2b9754b35fb30053103d8d47f263243349 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 20 Apr 2026 19:37:17 +0800 Subject: [PATCH] =?UTF-8?q?image=20=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline-atyou | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-atyou b/pipeline-atyou index 6df285e..fab060a 100644 --- a/pipeline-atyou +++ b/pipeline-atyou @@ -54,7 +54,7 @@ pipeline { } stage('Apply') { steps { - sh "kubectl -n ${K8S_NAMESPACE} set image deployment/${K8S_DEPLOYMENT} ${K8S_APP_LABEL}=${IMAGE_REP_TAG.replace('tuokemi-con-registry', 'tuokemi-con-registry-vpc')}" + sh "kubectl -n ${K8S_NAMESPACE} set image deployment/${K8S_DEPLOYMENT} ${K8S_APP_LABEL}=${IMAGE_REP_TAG}" } } }