deploy(devicemgmt): roll sqlite-safe trust bundle image

This commit is contained in:
Andrew Stoltz
2026-06-13 00:12:13 -05:00
parent f3afa64c5d
commit 05f37df5d2

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-g2-e7484ed is built from FlowerCore.DeviceManagement master # Image v20260613-g2-66a43c1 is built from FlowerCore.DeviceManagement master
# e7484ed, carrying edge enrollment network completion and credential hygiene. # 66a43c1, carrying edge enrollment network completion and SQLite-safe trust-bundle smoke coverage.
--- ---
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-g2-e7484ed image: localhost/fc-devicemgmt-web:v20260613-g2-66a43c1
imagePullPolicy: Never imagePullPolicy: Never
ports: ports:
- name: http - name: http