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]