From e20070c77dff43ace0c31f6ab34ba3d8303d35e1 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:42:14 +0800 Subject: [PATCH] =?utf8?q?chore:=20authx-log=20=E6=97=A5=E5=BF=97=E6=9C=8D?= =?utf8?q?=E5=8A=A1=EF=BC=8C=E6=9B=B4=E6=96=B0=E9=95=9C=E5=83=8F=E7=89=88?= =?utf8?q?=E6=9C=AC=201.4.3-RELEASE?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../1.authx-service/8.authx-log/4.0.authx-log-installer.yaml | 2 +- .../1.authx-service/8.authx-log/4.2.authx-log-sa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.0.authx-log-installer.yaml b/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.0.authx-log-installer.yaml index bfc032f..ed1298b 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.0.authx-log-installer.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.0.authx-log-installer.yaml @@ -27,7 +27,7 @@ spec: restartPolicy: Never containers: - name: authx-log-installer - image: harbor.supwisdom.com/authx-log/authx-log-installer:1.4.0-RELEASE + image: harbor.supwisdom.com/authx-log/authx-log-installer:1.4.3-RELEASE imagePullPolicy: Always envFrom: - configMapRef: diff --git a/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.2.authx-log-sa.yaml b/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.2.authx-log-sa.yaml index 36bd04c..92fc663 100644 --- a/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.2.authx-log-sa.yaml +++ b/deploy-manifests/k8s-rancher/1.authx-service/8.authx-log/4.2.authx-log-sa.yaml @@ -84,7 +84,7 @@ spec: spec: containers: - name: authx-log-sa - image: harbor.supwisdom.com/authx-log/authx-log-sa:1.4.0-RELEASE + image: harbor.supwisdom.com/authx-log/authx-log-sa:1.4.3-RELEASE imagePullPolicy: Always ports: - containerPort: 8080 -- 2.17.1