chore: user-data-service 用户服务,更新镜像版本 1.1.4-RELEASE
author刘洪青 <hongqing.liu@supwisdom.com>
Fri, 1 Jan 2021 04:11:36 +0000 (12:11 +0800)
committer刘洪青 <hongqing.liu@supwisdom.com>
Fri, 1 Jan 2021 04:11:36 +0000 (12:11 +0800)
deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml
deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.1.user-data-service-poa.yaml
deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.2.user-data-service-goa.yaml
deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/4.3.user-data-service-biz.yaml
deploy-manifests/k8s-rancher/1.authx-service/2.user-data-service/5.user-data-service-datax-job.yaml

index aa248dd..3884069 100644 (file)
@@ -28,7 +28,7 @@ spec:
       containers:
       - name: user-data-service-installer
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/goa/installer:1.1.3-RELEASE
+        image: harbor.supwisdom.com/goa/installer:1.1.4-RELEASE
         imagePullPolicy: Always
         envFrom:
         - configMapRef:
index dd09f16..9b1a7a3 100644 (file)
@@ -43,6 +43,10 @@ data:
   #TPAS_CLIENT_AUTH_TRUSTSTORE_FILE: file:/certs/client/client.truststore
   #TPAS_CLIENT_AUTH_TRUSTSTORE_PASSWORD: ""
 
+  # **修改** 学校的根域名
+  FILE_SERVER_TYPE: minio
+  FILE_SERVER_URL: https://authx-minio.paas.xxx.edu.cn
+
 
 ---
 apiVersion: v1
@@ -85,7 +89,7 @@ spec:
       containers:
       - name: user-data-service-poa
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/goa/poa-api:1.1.3-RELEASE
+        image: harbor.supwisdom.com/goa/poa-api:1.1.4-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
index c38a444..ec4eb9d 100644 (file)
@@ -103,7 +103,7 @@ spec:
       containers:
       - name: user-data-service-goa
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/goa/goa-api:1.1.3-RELEASE
+        image: harbor.supwisdom.com/goa/goa-api:1.1.4-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
index 685550d..0eef9e3 100644 (file)
@@ -85,7 +85,7 @@ spec:
       containers:
       - name: user-data-service-biz
         # 若使用了学校搭设的私有仓库,请修改
-        image: harbor.supwisdom.com/goa/biz-api:1.1.3-RELEASE
+        image: harbor.supwisdom.com/goa/biz-api:1.1.4-RELEASE
         imagePullPolicy: Always
         ports:
         - containerPort: 8080
index 91e9242..a75447e 100644 (file)
@@ -41,7 +41,7 @@ spec:
           containers:
           - name: user-data-service-datax-job
             # 若使用了学校搭设的私有仓库,请修改
-            image: harbor.supwisdom.com/goa/datax-job:1.1.3-RELEASE
+            image: harbor.supwisdom.com/goa/datax-job:1.1.4-RELEASE
             imagePullPolicy: Always
             envFrom:
             - configMapRef: