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": {},