From: 刘洪青 Date: Mon, 7 Dec 2020 03:49:38 +0000 (+0800) Subject: fix: 调整zzu的部署yaml X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4767d577593a3a15e10e129e709ccb5315978f40;p=institute%2Fdeploy-authx-service.git fix: 调整zzu的部署yaml --- 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: