From 4d5fbb2e159bfb28423acc739831b4a37d22fe7b Mon Sep 17 00:00:00 2001 From: newrain001 Date: Thu, 21 Dec 2023 11:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bb791bc..eb96aed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { HARBOR_HOST = "registry.cn-hangzhou.aliyuncs.com" NAMESPACE_NAME = "newrain_wang" REPOSITORY_NAME = "my-web-app" - TAG = "v2.0" + TAG = "v3.0" REPLICAS = 4 YAML_PATH = "k8s/" DEPLOYMENT_NAME = "deploy.yml"