From c9b5702aef66b030095b160f46fd22e8846e8dc6 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Fri, 6 Dec 2024 16:53:10 +0800 Subject: [PATCH] =?UTF-8?q?build(deployment):=20=E6=9B=B4=E6=96=B0=20ds-de?= =?UTF-8?q?sign=20=E5=AE=B9=E5=99=A8=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 ds-design 容器镜像版本从 1 更新到 2 - 镜像地址保持不变,仅版本号升级 --- deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.yaml b/deployment.yaml index f8c6a68..954ee64 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -18,7 +18,7 @@ spec: app: ds-design spec: containers: - - image: registry.cn-shenzhen.aliyuncs.com/suyiiyii/ds-design:1 + - image: registry.cn-shenzhen.aliyuncs.com/suyiiyii/ds-design:2 name: ds-design resources: {} status: {}