CI: Update image tag to 390b0b90e2

This commit is contained in:
GitHub Actions
2025-07-07 04:48:22 +00:00
parent 390b0b90e2
commit 0c28af8b88

View File

@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: docker.io/lostecho6174/mark_word_fastapi # <-- 替换为你的容器注册表路径和镜像名称
pullPolicy: IfNotPresent
tag: "6d67df70efe832ec66246bdc31f644f1464fb71f" # <-- TeamCity 将会更新这个标签
tag: "390b0b90e23ee3d685cf520ca42559ff38162e2c" # <-- TeamCity 将会更新这个标签
service:
type: ClusterIP # 或 LoadBalancer根据你的需求
port: 8000