deploy(updater): recover GX10 image after packaging failure
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user