deploy(devicemgmt): roll edge network enrollment image

This commit is contained in:
Andrew Stoltz
2026-06-13 00:04:44 -05:00
parent b4a1cb63f0
commit f3afa64c5d

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 v20260613-ollama-gateway is built from FlowerCore.DeviceManagement master # Image v20260613-g2-e7484ed is built from FlowerCore.DeviceManagement master
# 6159e05, carrying the Ollama true-service Windows apply gateway. # e7484ed, carrying edge enrollment network completion and credential hygiene.
--- ---
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:v20260613-ollama-gateway image: localhost/fc-devicemgmt-web:v20260613-g2-e7484ed
imagePullPolicy: Never imagePullPolicy: Never
ports: ports:
- name: http - name: http