image 地址更改

This commit is contained in:
tianfeng 2026-04-20 19:37:17 +08:00
parent 0f275edf6e
commit 112cac2b97

View File

@ -54,7 +54,7 @@ pipeline {
} }
stage('Apply') { stage('Apply') {
steps { 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}"
} }
} }
} }