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