From: 刘洪青 Date: Mon, 10 Jan 2022 10:42:55 +0000 (+0800) Subject: chore: token-server Token Server,更新镜像版本 1.4.3-RELEASE X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e518209145f9fb9924564b6042f1c4fde53dc587;p=institute%2Fdeploy-authx-service.git chore: token-server Token Server,更新镜像版本 1.4.3-RELEASE --- diff --git a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml index ad0118a..e100fb9 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.0.token-server-installer.yaml @@ -28,7 +28,7 @@ spec: containers: - name: token-server-installer # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/token-server/token-server-installer:1.4.0-RELEASE + image: harbor.supwisdom.com/token-server/token-server-installer:1.4.3-RELEASE imagePullPolicy: Always envFrom: - configMapRef: diff --git a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml index d73adde..e95616d 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/4.1.token-server.yaml @@ -231,7 +231,7 @@ spec: containers: - name: token-server # 若使用了学校搭设的私有仓库,请 **修改** - image: harbor.supwisdom.com/token-server/token-server:1.4.0-RELEASE + image: harbor.supwisdom.com/token-server/token-server:1.4.3-RELEASE imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml index 9afeb2a..95b81da 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/5.token-server/9.api-docs-installer.yaml @@ -38,7 +38,7 @@ spec: containers: - name: api-docs-installer # 若使用了学校搭设的私有仓库,请修改 - image: harbor.supwisdom.com/token-server/api-docs-installer:1.4.0-RELEASE + image: harbor.supwisdom.com/token-server/api-docs-installer:1.4.3-RELEASE imagePullPolicy: Always envFrom: - configMapRef: