From 5f3bf05258edd0a89fdb615f4b455601196c7273 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Fri, 19 Jun 2026 07:52:32 -0500 Subject: [PATCH] deploy(drift-refresh): distribution + worldbuilder gx10-v1 -> current master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drift sweep: refresh stale migration-era gx10-v1 baselines to current master (distribution 592ad75, worldbuilder edd6efc). Both built clean from arm64; imported to RKE2 socket. Other stale services (presentations/llm-bridge/library) blocked by SQLitePCLRaw 2.1.11 transitive vuln (NU1903) — pending dep bump. Co-Authored-By: Claude Opus 4.8 --- apps-gx10/fc-distribution/deployment-fc-distribution.json | 2 +- apps-gx10/fc-worldbuilder/deployment-worldbuilder-web.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps-gx10/fc-distribution/deployment-fc-distribution.json b/apps-gx10/fc-distribution/deployment-fc-distribution.json index b4f9d26..ba7c857 100644 --- a/apps-gx10/fc-distribution/deployment-fc-distribution.json +++ b/apps-gx10/fc-distribution/deployment-fc-distribution.json @@ -113,7 +113,7 @@ "value": "*" } ], - "image": "localhost/fc-distribution:gx10-v1", + "image": "localhost/fc-distribution:v20260619-distribution-592ad75", "imagePullPolicy": "Never", "livenessProbe": { "failureThreshold": 3, diff --git a/apps-gx10/fc-worldbuilder/deployment-worldbuilder-web.json b/apps-gx10/fc-worldbuilder/deployment-worldbuilder-web.json index c51a95a..d97a609 100644 --- a/apps-gx10/fc-worldbuilder/deployment-worldbuilder-web.json +++ b/apps-gx10/fc-worldbuilder/deployment-worldbuilder-web.json @@ -101,7 +101,7 @@ "value": "false" } ], - "image": "localhost/fc-worldbuilder:gx10-v1", + "image": "localhost/fc-worldbuilder:v20260619-worldbuilder-edd6efc", "imagePullPolicy": "Never", "livenessProbe": { "failureThreshold": 3,