From 1889462fc432c245f80c07043631041ef0c5ba3c Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 5 May 2026 10:35:42 -0500 Subject: [PATCH] deploy(fc-intranet-web): roll v20260505-1041 with fc_dp_keys migration Bumps tag to include the new AddDataProtectionKeys EF migration that closes the fc_dp_keys table-creation gap from v20260505-1023. Master tip a82d7d4. Previous tag v20260505-1023 crash-looped on every page load with 'no such table: fc_dp_keys' due to eb9fe6d (DataProtection-in-DB) registering the DI but missing the table-creation migration. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/intranet/intranet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/intranet/intranet.yaml b/apps/intranet/intranet.yaml index 3b12935..7182454 100644 --- a/apps/intranet/intranet.yaml +++ b/apps/intranet/intranet.yaml @@ -46,7 +46,7 @@ spec: spec: containers: - name: intranet-web - image: localhost/fc-intranet-web:v20260505-1023 + image: localhost/fc-intranet-web:v20260505-1041 imagePullPolicy: Never ports: - containerPort: 5300