From 41afec62102eed2f7ceadb262e17085eaafaa2dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Mon, 10 Jan 2022 18:38:34 +0800 Subject: [PATCH] =?utf8?q?chore:=20authx-service=20=E8=AE=A4=E8=AF=81?= =?utf8?q?=E6=8E=88=E6=9D=83=E7=AE=A1=E7=90=86=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?utf8?q?=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC=201.4.3-RELEASE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../1.authx-service/0.authx-service/4.4.authx-service-bff.yaml | 2 +- .../1.authx-service/0.authx-service/4.9.authx-management.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml index c535c46..692e434 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.4.authx-service-bff.yaml @@ -122,7 +122,7 @@ spec: spec: containers: - name: authx-service-bff - image: harbor.supwisdom.com/authx-service/authx-service-bff:1.4.0-RELEASE + image: harbor.supwisdom.com/authx-service/authx-service-bff:1.4.3-RELEASE imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.9.authx-management.yaml b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.9.authx-management.yaml index 06c3911..7fbd6c0 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.9.authx-management.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/0.authx-service/4.9.authx-management.yaml @@ -44,7 +44,7 @@ spec: spec: containers: - name: authx-management - image: harbor.supwisdom.com/authx-service/authx-management:1.4.0-RELEASE + image: harbor.supwisdom.com/authx-service/authx-management:1.4.3-RELEASE imagePullPolicy: Always ports: - containerPort: 80 -- 2.17.1