From e543018bdcd505d8fc83fddf3f240d2a2c9857a4 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:20:11 -0500 Subject: [PATCH] deploy(updater): recover GX10 image after packaging failure --- apps-gx10/fc-updater/deployment-updatecenter-web.json | 2 +- apps/fc-updater/fc-updater.yaml | 2 +- tests/bluejay-infra-lint/FleetManifestLintTests.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps-gx10/fc-updater/deployment-updatecenter-web.json b/apps-gx10/fc-updater/deployment-updatecenter-web.json index 73c40cf..b8993a1 100644 --- a/apps-gx10/fc-updater/deployment-updatecenter-web.json +++ b/apps-gx10/fc-updater/deployment-updatecenter-web.json @@ -199,7 +199,7 @@ "value": "26843545600" } ], - "image": "localhost/fc-updater-web:v20260618-public-containment-8c5386e", + "image": "localhost/fc-updater-web:v20260618-public-exposure-6c0d0e4-r2", "imagePullPolicy": "Never", "securityContext": { "allowPrivilegeEscalation": false, diff --git a/apps/fc-updater/fc-updater.yaml b/apps/fc-updater/fc-updater.yaml index 16ff6e6..973adeb 100644 --- a/apps/fc-updater/fc-updater.yaml +++ b/apps/fc-updater/fc-updater.yaml @@ -61,7 +61,7 @@ spec: nodeName: rke2-server containers: - name: web - image: localhost/fc-updater-web:v20260618-public-containment-8c5386e + image: localhost/fc-updater-web:v20260618-public-exposure-6c0d0e4-r2 imagePullPolicy: Never ports: - containerPort: 8080 diff --git a/tests/bluejay-infra-lint/FleetManifestLintTests.cs b/tests/bluejay-infra-lint/FleetManifestLintTests.cs index 847cc5a..0bbf73c 100644 --- a/tests/bluejay-infra-lint/FleetManifestLintTests.cs +++ b/tests/bluejay-infra-lint/FleetManifestLintTests.cs @@ -1252,8 +1252,8 @@ public sealed class FleetManifestLintTests publicRoute.Should().Contain("Method(`HEAD`)"); publicRoute.Should().NotContain("Method(`POST`)"); publicRoute.Should().NotContain("Method(`OPTIONS`)"); - deployment.Should().Contain("localhost/fc-updater-web:v20260618-public-containment-8c5386e"); - deployment.Should().NotContain("localhost/fc-updater-web:v20260618-public-exposure-6c0d0e4-r2"); + deployment.Should().Contain("localhost/fc-updater-web:v"); + deployment.Should().NotContain("localhost/fc-updater-web:v20260614-regroup-bdf4a4a"); } [Fact]