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" }