From ef7ba3632f5575af2653318c3baa2a860b5083c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8D=9A=E6=96=87?= Date: Tue, 17 Jun 2025 14:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=9C=AA=E6=9B=BF=E6=8D=A2=E7=89=88=E6=9C=AC=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index 09357562..73cc1770 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -22,7 +22,7 @@ spec: spec: containers: - name: yudao-module-infra - image: 172.16.46.66:10043/yudao/yudao-module-infra:20250613031406 + image: 172.16.46.66:10043/yudao/yudao-module-infra:VERSION_PLACEHOLDER imagePullPolicy: Always env: - name: TZ @@ -86,7 +86,7 @@ spec: spec: containers: - name: yudao-module-system - image: 172.16.46.66:10043/yudao/yudao-module-system:20250613031406 + image: 172.16.46.66:10043/yudao/yudao-module-system:VERSION_PLACEHOLDER imagePullPolicy: Always env: - name: TZ @@ -150,7 +150,7 @@ spec: spec: containers: - name: yudao-module-bpm - image: 172.16.46.66:10043/yudao/yudao-module-bpm:20250613031406 + image: 172.16.46.66:10043/yudao/yudao-module-bpm:VERSION_PLACEHOLDER imagePullPolicy: Always env: - name: TZ @@ -214,7 +214,7 @@ spec: spec: containers: - name: yudao-module-report - image: 172.16.46.66:10043/yudao/yudao-module-report:20250613031406 + image: 172.16.46.66:10043/yudao/yudao-module-report:VERSION_PLACEHOLDER imagePullPolicy: Always env: - name: TZ @@ -278,7 +278,7 @@ spec: spec: containers: - name: yudao-module-template - image: 172.16.46.66:10043/yudao/yudao-module-template:20250613031406 + image: 172.16.46.66:10043/yudao/yudao-module-template:VERSION_PLACEHOLDER imagePullPolicy: Always env: - name: TZ