From bf30cf0503a615d8eeeb250856a9757a6602bea9 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Fri, 19 Jun 2026 08:24:06 -0500 Subject: [PATCH] deploy(drift-refresh): presentations + llm-bridge gx10-v1/v2 -> current master presentations a67ef22 (master d254737 + NU1903 suppress), llm-bridge 6ba5986 (master d354881 + NU1903 suppress + Shared.Chat 1.6.1 fix). Both NFS-free, built arm64 + imported (RKE2 socket). Co-Authored-By: Claude Opus 4.8 --- apps-gx10/fc-llm-bridge/deployment-fc-llm-bridge.json | 2 +- apps-gx10/fc-presentations/deployment-presentations-web.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps-gx10/fc-llm-bridge/deployment-fc-llm-bridge.json b/apps-gx10/fc-llm-bridge/deployment-fc-llm-bridge.json index 757ed46..31bb505 100644 --- a/apps-gx10/fc-llm-bridge/deployment-fc-llm-bridge.json +++ b/apps-gx10/fc-llm-bridge/deployment-fc-llm-bridge.json @@ -176,7 +176,7 @@ "value": "00:05:00" } ], - "image": "localhost/fc-llm-bridge:gx10-v2", + "image": "localhost/fc-llm-bridge:v20260619-llmbridge-6ba5986", "imagePullPolicy": "Never", "livenessProbe": { "failureThreshold": 3, diff --git a/apps-gx10/fc-presentations/deployment-presentations-web.json b/apps-gx10/fc-presentations/deployment-presentations-web.json index 7aaddc4..47279b2 100644 --- a/apps-gx10/fc-presentations/deployment-presentations-web.json +++ b/apps-gx10/fc-presentations/deployment-presentations-web.json @@ -49,7 +49,7 @@ } } ], - "image": "localhost/fc-presentations:gx10-v1", + "image": "localhost/fc-presentations:v20260619-presentations-a67ef22", "imagePullPolicy": "Never", "livenessProbe": { "failureThreshold": 3, @@ -108,7 +108,7 @@ "-lc", "set -eu\nmkdir -p /mnt/pvc/data /mnt/pvc/uploads\n\nfor file in presentations.db presentations.db-shm presentations.db-wal; do\n if [ -f \"/mnt/pvc/${file}\" ] && [ ! -f \"/mnt/pvc/data/${file}\" ]; then\n mv \"/mnt/pvc/${file}\" \"/mnt/pvc/data/${file}\"\n fi\ndone\n\nif [ -d /mnt/pvc/dp-keys ] && [ ! -d /mnt/pvc/data/dp-keys ]; then\n mv /mnt/pvc/dp-keys /mnt/pvc/data/dp-keys\nfi\n\nfor directory in imports slides html-bundles; do\n if [ -d \"/mnt/pvc/${directory}\" ] && [ ! -d \"/mnt/pvc/uploads/${directory}\" ]; then\n mv \"/mnt/pvc/${directory}\" \"/mnt/pvc/uploads/${directory}\"\n fi\ndone\n\nmkdir -p \\\n /mnt/pvc/data/dp-keys \\\n /mnt/pvc/uploads/imports \\\n /mnt/pvc/uploads/slides \\\n /mnt/pvc/uploads/html-bundles\n" ], - "image": "localhost/fc-presentations:gx10-v1", + "image": "localhost/fc-presentations:v20260619-presentations-a67ef22", "imagePullPolicy": "Never", "name": "storage-init", "resources": {},