From 0214f94ac41ee8e8be212f67f71b84ae78aded54 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Thu, 23 Apr 2026 09:28:05 -0500 Subject: [PATCH] chore(fc-llm-bridge): bump image to v202604231424 (first live tag) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Built from FlowerCore.LlmBridge@6d285b5 (initial scaffold). Imported on all three RKE2 nodes via podman save + ctr import. Replaces v00000000000000 placeholder — ArgoCD sync will roll the pod. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/fc-llm-bridge/fc-llm-bridge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fc-llm-bridge/fc-llm-bridge.yaml b/apps/fc-llm-bridge/fc-llm-bridge.yaml index 1ef30a1..8c069ee 100644 --- a/apps/fc-llm-bridge/fc-llm-bridge.yaml +++ b/apps/fc-llm-bridge/fc-llm-bridge.yaml @@ -97,7 +97,7 @@ spec: # dotnet.exe publish -c Release -o deploy/app \ # src/FlowerCore.LlmBridge.Web/FlowerCore.LlmBridge.Web.csproj # podman build -t localhost/fc-llm-bridge:v -f deploy/Dockerfile.deploy deploy - image: localhost/fc-llm-bridge:v00000000000000 + image: localhost/fc-llm-bridge:v202604231424 imagePullPolicy: Never ports: - containerPort: 8080