From cdbddd71af325df3b53e8f6eb6abbf059dfb778f Mon Sep 17 00:00:00 2001 From: Robot Date: Wed, 10 Jun 2026 16:57:43 -0500 Subject: [PATCH] fc-devicemgmt: stage fresh web image v20260610-bluejay (master 1614fce) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Image built from current DM master (network/BT command plane + Blue Jay UI.Components restyle) and imported on rke2-server + rke2-agent1. Deployment stays parked at replicas: 0 — gap 1 is wider than previously noted (the fc-mysql Operator deployment itself is absent, so instance CRDs would not reconcile) and gap 2 (1P runtime item) is still open. Co-Authored-By: Claude Fable 5 --- apps/fc-devicemgmt/deployment-web.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/apps/fc-devicemgmt/deployment-web.yaml b/apps/fc-devicemgmt/deployment-web.yaml index fbcf0d6..49ba22f 100644 --- a/apps/fc-devicemgmt/deployment-web.yaml +++ b/apps/fc-devicemgmt/deployment-web.yaml @@ -17,9 +17,15 @@ # mtls-chain.pem) — see apps/fc-devicemgmt/1password-item.yaml. Mint mTLS # from step-ca-agent ClusterIssuer per ADR-126; DB-Password must match the # password configured for the MySQL user. -# Re-enable: change replicas back to 2 after both gaps close. The image tag -# in this file (v20260512-cx5) MAY also need a refresh — it predates the -# Sprint 34 Cl-3 operator fix; Web may have an analogous bug. +# Re-enable: change replicas back to 2 after both gaps close. +# +# 2026-06-10 morning-routine refresh: image tag bumped to v20260610-bluejay — +# built from master @ 1614fce (June 9 network/BT command plane PRs #30/#33/#34, +# Shared.Data 1.0.1, and the Blue Jay UI.Components restyle). Imported on +# rke2-server + rke2-agent1. Gap 1 is wider than noted above: the fc-mysql +# OPERATOR deployment itself is absent from the cluster (only mysql-web runs), +# so MySqlInstanceCrds would not reconcile — deploy the operator first. +# Gap 2 (1P runtime item) also remains open; replicas stays 0. apiVersion: apps/v1 kind: Deployment metadata: @@ -64,7 +70,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: web - image: localhost/fc-devicemgmt-web:v20260512-cx5 + image: localhost/fc-devicemgmt-web:v20260610-bluejay imagePullPolicy: Never ports: - name: http