From 8ef7359fb302fdc0b150eb764b074aa86ab6d2c8 Mon Sep 17 00:00:00 2001 From: newrain001 Date: Thu, 21 Dec 2023 10:36:57 +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 276315f..6386474 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { HARBOR_HOST = "registry.cn-hangzhou.aliyuncs.com" NAMESPACE_NAME = "newrain_wang" REPOSITORY_NAME = "my-web-app" - TAG = "v1.0" + TAG = "v2.0" REPLICAS = 4 YAML_PATH = "k8s/deploy.yml" }