From 6fed58280906d885fd2fa162ff6552a1ad6241bb Mon Sep 17 00:00:00 2001 From: weibaohui Date: Tue, 24 Dec 2024 12:56:07 +0800 Subject: [PATCH] =?UTF-8?q?build(deploy):=20=E6=9B=B4=E6=96=B0=20k8m=20?= =?UTF-8?q?=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 -将 k8m 容器镜像版本从 0.0.13 升级到 0.0.14 --- deploy/k8m.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/k8m.yaml b/deploy/k8m.yaml index 448a7c3..77eefff 100644 --- a/deploy/k8m.yaml +++ b/deploy/k8m.yaml @@ -128,7 +128,7 @@ spec: spec: containers: - name: k8m - image: weibh/k8m:0.0.13 + image: weibh/k8m:0.0.14 ports: - containerPort: 3618 protocol: TCP