From e6b05384b071889efde7275d1fb17bbd1fae3107 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 7 Dec 2020 11:48:12 +0800 Subject: [PATCH] =?utf8?q?chore:=20security-center-ui=20=E5=AE=89=E5=85=A8?= =?utf8?q?=E4=B8=AD=E5=BF=83=EF=BC=8C=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F?= =?utf8?q?=E7=89=88=E6=9C=AC=201.1.0-RELEASE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../6.personal-security-center/4.9.security-center-ui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/6.personal-security-center/4.9.security-center-ui.yaml b/deploy-manifests/k8s-rancher/1.authx-service/6.personal-security-center/4.9.security-center-ui.yaml index a09f3b3..92d8c0a 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/6.personal-security-center/4.9.security-center-ui.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/6.personal-security-center/4.9.security-center-ui.yaml @@ -12,7 +12,7 @@ data: MAIN_SERVER: http://security-center.paas.xxx.edu.cn PERSONAL_CENTER_API: http://personal-security-center.paas.xxx.edu.cn - + AUTH_CAS: http://cas.paas.xxx.edu.cn/cas JWT_ISS: http://cas.paas.xxx.edu.cn/cas JWT_SECRET: (@K7qy)awCjxp$L653Mf$2 @@ -54,7 +54,7 @@ spec: containers: - name: security-center-ui # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/personal-security-center/security-center-ui:1.0 + image: harbor.supwisdom.com/personal-security-center/security-center-ui:1.1.0-RELEASE imagePullPolicy: Always ports: - containerPort: 80 -- 2.17.1