deploy: roll devicemgmt enrollment image

This commit is contained in:
Andrew Stoltz
2026-06-12 21:26:22 -05:00
parent 861ed42e2c
commit d2e8b5f4a8

View File

@@ -10,8 +10,8 @@
# Phase 1 production uses a Longhorn RWO PVC at /data/devicemgmt.db. The # 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 # 1Password runtime item stays mounted through env for future MySQL/API-key
# cutover, but MySQL is not required for this first product-host rollout. # cutover, but MySQL is not required for this first product-host rollout.
# Image v20260612-l8-5bf3528 is built from FlowerCore.DeviceManagement master # Image v20260613-enrollment is built from FlowerCore.DeviceManagement master
# 5bf3528, carrying L8 safe-account guards, gate-off auth/RBAC, and source-honest MSI execution. # 585831f, carrying the ADR-191 P3 certificate enrollment plane.
--- ---
apiVersion: v1 apiVersion: v1
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
@@ -83,7 +83,7 @@ spec:
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
containers: containers:
- name: web - name: web
image: localhost/fc-devicemgmt-web:v20260612-e3-ollama-5801187 image: localhost/fc-devicemgmt-web:v20260613-enrollment
imagePullPolicy: Never imagePullPolicy: Never
ports: ports:
- name: http - name: http