From 1c08f4a7c9ab644a8181ffed582ee9908f256890 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Sat, 26 Jun 2021 11:44:34 +0800 Subject: [PATCH] =?utf8?q?chore:=20thirdparty-agent-service=EF=BC=8C?= =?utf8?q?=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC=201.2.0-R?= =?utf8?q?ELEASE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../4.2.thirdparty-agent-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml b/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml index 2fb4671..a129c1c 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/1.thirdparty-agent-service/4.2.thirdparty-agent-service.yaml @@ -121,7 +121,7 @@ spec: containers: - name: agent-service # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/thirdparty-agent-service/agent-service:0.0.1-SNAPSHOT + image: harbor.supwisdom.com/thirdparty-agent-service/agent-service:1.2.0-RELEASE imagePullPolicy: Always ports: - containerPort: 8080 -- 2.17.1