From: 刘洪青 Date: Sat, 30 Oct 2021 02:09:16 +0000 (+0800) Subject: chore: token-server Token Server,更新镜像版本 1.2.4-RELEASE X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=dc0a64f3a0bb183f14f38ec6773080a588601def;p=institute%2Fdeploy-authx-service.git chore: token-server Token Server,更新镜像版本 1.2.4-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 80305b0..8f7349f 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.2.3-RELEASE + image: harbor.supwisdom.com/token-server/token-server-installer:1.2.4-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 7c4b6b1..12a8260 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 @@ -179,7 +179,7 @@ spec: containers: - name: token-server # 若使用了学校搭设的私有仓库,请 **修改** - image: harbor.supwisdom.com/token-server/token-server:1.2.3-RELEASE + image: harbor.supwisdom.com/token-server/token-server:1.2.4-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 24071e8..29fb4da 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.2.3-RELEASE + image: harbor.supwisdom.com/token-server/api-docs-installer:1.2.4-RELEASE imagePullPolicy: Always envFrom: - configMapRef: