From 0bbba2739c898f4d98bf0b39f5c8720315314095 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Fri, 12 Jun 2026 22:16:15 -0500 Subject: [PATCH] deploy: roll devicemgmt ollama gateway image --- apps/fc-devicemgmt/deployment-web.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/fc-devicemgmt/deployment-web.yaml b/apps/fc-devicemgmt/deployment-web.yaml index 9f49186..2ecf5c8 100644 --- a/apps/fc-devicemgmt/deployment-web.yaml +++ b/apps/fc-devicemgmt/deployment-web.yaml @@ -10,8 +10,8 @@ # Phase 1 production uses a Longhorn RWO PVC at /data/devicemgmt.db. The # 1Password runtime item stays mounted through env for future MySQL/API-key # cutover, but MySQL is not required for this first product-host rollout. -# Image v20260613-patch-ledger is built from FlowerCore.DeviceManagement master -# f42790e, carrying the ADR-182 patch ledger and unified device change timeline. +# Image v20260613-ollama-gateway is built from FlowerCore.DeviceManagement master +# 6159e05, carrying the Ollama true-service Windows apply gateway. --- apiVersion: v1 kind: PersistentVolumeClaim @@ -83,7 +83,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-devicemgmt-web:v20260613-patch-ledger + image: localhost/fc-devicemgmt-web:v20260613-ollama-gateway imagePullPolicy: Never ports: - name: http