From 16c87b4ab1f22523c8b29cc2cadc95bc38e172a6 Mon Sep 17 00:00:00 2001 From: ivamp Date: Sun, 4 Aug 2024 23:29:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(amber):=20=E6=9B=B4=E6=96=B0=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BB=A5=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将amber-web镜像版本从v0.0.2更新为v0.0.2-fix-1,以包含修正运行时错误的补丁。此更新确保部署符合预期行为,解决了因版本问题导致的故障。 --- manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yaml b/manifest.yaml index 89c553c..20fa43c 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -17,7 +17,7 @@ spec: - name: leaf containers: - name: amber - image: registry.leafdev.top/leaf/amber-web:v0.0.2 + image: registry.leafdev.top/leaf/amber-web:v0.0.2-fix-1 imagePullPolicy: IfNotPresent ports: - containerPort: 80