From 4767d577593a3a15e10e129e709ccb5315978f40 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:49:38 +0800 Subject: [PATCH] =?utf8?q?fix:=20=E8=B0=83=E6=95=B4zzu=E7=9A=84=E9=83=A8?= =?utf8?q?=E7=BD=B2yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../2.user-data-service/4.0.user-data-service-installer.yaml | 2 +- .../4.0.user-authorization-installer.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/zzu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml b/project/zzu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml index 1c22e33..3292853 100644 --- a/project/zzu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml +++ b/project/zzu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml @@ -28,7 +28,7 @@ spec: containers: - name: user-data-service-installer # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/goa/installer:0.1.1-SNAPSHOT + image: hb.v.zzu.edu.cn/goa/installer:1.1 imagePullPolicy: Always envFrom: - configMapRef: diff --git a/project/zzu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml b/project/zzu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml index 870fe7b..c2243a5 100644 --- a/project/zzu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml +++ b/project/zzu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml @@ -28,7 +28,7 @@ spec: containers: - name: user-authorization-installer # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/user-authorization-service/user-authorization-installer:1.0.0-SNAPSHOT + image: hb.v.zzu.edu.cn/user-authorization-service/user-authorization-installer:1.1 imagePullPolicy: Always envFrom: - configMapRef: -- 2.17.1