commit | 023e9486966dc169d1ae27788436182660dd1f92 | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周一 4月 04 11:03:04 2022 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周一 4月 04 11:03:04 2022 +0800 |
tree | 1b541dabf388b40532910f5da500e1738919fb4c | |
parent | 2a3ef18886f37abb23517a879d9b15093458fe6e [diff] |
chore: nwpu 升级1.3
diff --git a/project/nwpu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml b/project/nwpu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml index efbf7d7..77fca07 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/2.user-data-service/4.0.user-data-service-installer.yaml
@@ -34,11 +34,11 @@ - name: DB_TYPE value: mysql8 - name: JDBC_URL - value: jdbc:mysql://mysql-server:3306/user_test?serverTimezone=Asia/Shanghai + value: jdbc:mysql://mysql-server:3306/user?serverTimezone=Asia/Shanghai - name: JDBC_USERNAME - value: user_test + value: user - name: JDBC_PASSWORD - value: Supwisdom!Nwpu123 + value: Nwpu@Supwisdom123 envFrom: - configMapRef: name: jvm-env
diff --git a/project/nwpu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml b/project/nwpu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml index 23833c8..10d9367 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/3.user-authorization-service/4.0.user-authorization-installer.yaml
@@ -34,11 +34,11 @@ - name: DB_TYPE value: mysql8 - name: JDBC_URL - value: jdbc:mysql://mysql-server:3306/user_authz_test?serverTimezone=Asia/Shanghai + value: jdbc:mysql://mysql-server:3306/user_authz?serverTimezone=Asia/Shanghai - name: JDBC_USERNAME - value: user_authz_test + value: user_authz - name: JDBC_PASSWORD - value: Supwisdom!Nwpu123 + value: Nwpu@Supwisdom123 envFrom: - configMapRef: name: jvm-env
diff --git a/project/nwpu/k8s-rancher/1.authx-service/4.cas-server/4.0.cas-server-installer.yaml b/project/nwpu/k8s-rancher/1.authx-service/4.cas-server/4.0.cas-server-installer.yaml index 37321f9..5d4714e 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/4.cas-server/4.0.cas-server-installer.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/4.cas-server/4.0.cas-server-installer.yaml
@@ -28,17 +28,17 @@ containers: - name: cas-server-installer # 若使用了学校搭设的私有仓库,请修改 - image: paas.harbor.nwpu.edu.cn/cas-server/cas-server-installer:1.3.4-RELEASE + image: paas.harbor.nwpu.edu.cn/cas-server/cas-server-installer:1.3.5-RELEASE imagePullPolicy: Always env: - name: DB_TYPE value: mysql8 - name: JDBC_URL - value: jdbc:mysql://mysql-server:3306/cas_server_test?serverTimezone=Asia/Shanghai + value: jdbc:mysql://mysql-server:3306/cas_server?serverTimezone=Asia/Shanghai - name: JDBC_USERNAME - value: cas_server_test + value: cas_server - name: JDBC_PASSWORD - value: Supwisdom!Nwpu123 + value: Nwpu@Supwisdom123 envFrom: - configMapRef: name: jvm-env
diff --git a/project/nwpu/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml b/project/nwpu/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml index e8681a9..3ad12b2 100644 --- a/project/nwpu/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml +++ b/project/nwpu/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml
@@ -28,7 +28,7 @@ containers: - name: token-server-installer # 若使用了学校搭设的私有仓库,请修改 - image: paas.harbor.nwpu.edu.cn/token-server/token-server-installer:1.3.4-RELEASE + image: paas.harbor.nwpu.edu.cn/token-server/token-server-installer:1.3.5-RELEASE imagePullPolicy: Always envFrom: - configMapRef: