From 5b6c7b97fc1e9fbf83dfb6dd393db9560285a043 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Thu, 23 Apr 2026 16:43:56 -0500 Subject: [PATCH] =?UTF-8?q?feat(fc-distribution):=20bump=20image=20to=20v2?= =?UTF-8?q?02604232145=20=E2=80=94=20cert=20chain=20endpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Serves GET /manifests/{edition}/{version}.cert (leaf+intermediate PEM) - Adds CertChainPem migration on startup (nullable column) - ManifestSignService now embeds version-specific certChainUrl Provisioning Agent's verify step will flip from ChainNotServed (Phase 2A soft-pass) to Valid once a fresh edition is published with this image. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/fc-distribution/fc-distribution.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fc-distribution/fc-distribution.yaml b/apps/fc-distribution/fc-distribution.yaml index 895d5c0..f7ab526 100644 --- a/apps/fc-distribution/fc-distribution.yaml +++ b/apps/fc-distribution/fc-distribution.yaml @@ -118,7 +118,7 @@ spec: # dotnet.exe publish -c Release -o deploy/app \ # src/FlowerCore.Distribution.Web/FlowerCore.Distribution.Web.csproj # podman build -t localhost/fc-distribution:v -f deploy/Dockerfile.deploy deploy - image: localhost/fc-distribution:v202604232000 + image: localhost/fc-distribution:v202604232145 imagePullPolicy: Never ports: - containerPort: 8080