From d2e8b5f4a8e61795b8f656e05bed93a257155be0 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Fri, 12 Jun 2026 21:26:22 -0500 Subject: [PATCH] deploy: roll devicemgmt enrollment 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 212b0c4..8d7fa18 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 v20260612-l8-5bf3528 is built from FlowerCore.DeviceManagement master -# 5bf3528, carrying L8 safe-account guards, gate-off auth/RBAC, and source-honest MSI execution. +# Image v20260613-enrollment is built from FlowerCore.DeviceManagement master +# 585831f, carrying the ADR-191 P3 certificate enrollment plane. --- apiVersion: v1 kind: PersistentVolumeClaim @@ -83,7 +83,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-devicemgmt-web:v20260612-e3-ollama-5801187 + image: localhost/fc-devicemgmt-web:v20260613-enrollment imagePullPolicy: Never ports: - name: http