deploy: roll devicemgmt patch ledger image

This commit is contained in:
Andrew Stoltz
2026-06-12 21:55:07 -05:00
parent 14a0e87513
commit 99f49c1b75

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-enrollment-sqlitefix is built from FlowerCore.DeviceManagement master # Image v20260613-patch-ledger is built from FlowerCore.DeviceManagement master
# 6443793, carrying the ADR-191 P3 certificate enrollment plane plus SQLite live-list fix. # f42790e, carrying the ADR-182 patch ledger and unified device change timeline.
--- ---
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-enrollment-sqlitefix image: localhost/fc-devicemgmt-web:v20260613-patch-ledger
imagePullPolicy: Never imagePullPolicy: Never
ports: ports:
- name: http - name: http