From c27a50399728dd3d3069cde729499f029a2a36a5 Mon Sep 17 00:00:00 2001 From: lostecho Date: Mon, 7 Jul 2025 01:45:27 +0800 Subject: [PATCH] update helm config --- 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 4593cd4..41b4423 100644 --- a/kubernetes/fastapi-chart/values.yaml +++ b/kubernetes/fastapi-chart/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: docker.io/fastapi-k8s-app # <-- 替换为你的容器注册表路径和镜像名称 + repository: docker.io/lostecho6174/mark_word_fastapi # <-- 替换为你的容器注册表路径和镜像名称 pullPolicy: IfNotPresent tag: "initial" # <-- TeamCity 将会更新这个标签