From 22009466edc7707ef8a4c55d60ce7efb83791419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 10 Jan 2022 18:40:18 +0800 Subject: [PATCH] =?utf8?q?chore:=20thirdparty-agent-service=20=EF=BC=8C?= =?utf8?q?=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC=201.3.1-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 eef5afa..eccdbef 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 @@ -138,7 +138,7 @@ spec: containers: - name: agent-service # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/thirdparty-agent-service/agent-service:1.3.0-RELEASE + image: harbor.supwisdom.com/thirdparty-agent-service/agent-service:1.3.1-RELEASE imagePullPolicy: Always ports: - containerPort: 8080 -- 2.17.1