From 080e79d9620d6b3477d71d7b60c0e655b28b5ae4 Mon Sep 17 00:00:00 2001 From: TeamCity CI Date: Mon, 7 Jul 2025 03:09:22 +0000 Subject: [PATCH] CI: Update mark_word_fastapi image to build 52 --- kubernetes/fastapi-chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/fastapi-chart/values.yaml b/kubernetes/fastapi-chart/values.yaml index 6cb8d24..75657c0 100644 --- a/kubernetes/fastapi-chart/values.yaml +++ b/kubernetes/fastapi-chart/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: docker.io/lostecho6174/mark_word_fastapi # <-- 替换为你的容器注册表路径和镜像名称 pullPolicy: IfNotPresent - tag: "51" # <-- TeamCity 将会更新这个标签 + tag: "52" # <-- TeamCity 将会更新这个标签 service: type: ClusterIP # 或 LoadBalancer,根据你的需求 port: 8000