deploy(updater): recover GX10 image after packaging failure

This commit is contained in:
Andrew Stoltz
2026-06-18 11:20:11 -05:00
parent d0c9717d90
commit e543018bdc
3 changed files with 4 additions and 4 deletions

View File

@@ -199,7 +199,7 @@
"value": "26843545600" "value": "26843545600"
} }
], ],
"image": "localhost/fc-updater-web:v20260618-public-containment-8c5386e", "image": "localhost/fc-updater-web:v20260618-public-exposure-6c0d0e4-r2",
"imagePullPolicy": "Never", "imagePullPolicy": "Never",
"securityContext": { "securityContext": {
"allowPrivilegeEscalation": false, "allowPrivilegeEscalation": false,

View File

@@ -61,7 +61,7 @@ spec:
nodeName: rke2-server nodeName: rke2-server
containers: containers:
- name: web - name: web
image: localhost/fc-updater-web:v20260618-public-containment-8c5386e image: localhost/fc-updater-web:v20260618-public-exposure-6c0d0e4-r2
imagePullPolicy: Never imagePullPolicy: Never
ports: ports:
- containerPort: 8080 - containerPort: 8080

View File

@@ -1252,8 +1252,8 @@ public sealed class FleetManifestLintTests
publicRoute.Should().Contain("Method(`HEAD`)"); publicRoute.Should().Contain("Method(`HEAD`)");
publicRoute.Should().NotContain("Method(`POST`)"); publicRoute.Should().NotContain("Method(`POST`)");
publicRoute.Should().NotContain("Method(`OPTIONS`)"); publicRoute.Should().NotContain("Method(`OPTIONS`)");
deployment.Should().Contain("localhost/fc-updater-web:v20260618-public-containment-8c5386e"); deployment.Should().Contain("localhost/fc-updater-web:v");
deployment.Should().NotContain("localhost/fc-updater-web:v20260618-public-exposure-6c0d0e4-r2"); deployment.Should().NotContain("localhost/fc-updater-web:v20260614-regroup-bdf4a4a");
} }
[Fact] [Fact]