deploy: bump GX10 PHP and MySQL bypass proof images
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
"value": "mysql"
|
||||
}
|
||||
],
|
||||
"image": "localhost/fc-mysql-web:v20260617-sec4-storage-6fc3739",
|
||||
"image": "localhost/fc-mysql-web:v20260618-whc3-bypass-6b46213",
|
||||
"imagePullPolicy": "Never",
|
||||
"livenessProbe": {
|
||||
"failureThreshold": 3,
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
"value": "php"
|
||||
}
|
||||
],
|
||||
"image": "localhost/fc-php-web:v20260617-whc4-edge-638b3b3",
|
||||
"image": "localhost/fc-php-web:v20260618-whc3-bypass-8df33e7",
|
||||
"imagePullPolicy": "Never",
|
||||
"livenessProbe": {
|
||||
"failureThreshold": 3,
|
||||
|
||||
@@ -255,13 +255,13 @@ public sealed class FleetManifestLintTests
|
||||
var traefikPath = Path.Combine(Inventory.BluejayRoot, "gx10", "platform", "traefik-helmchart.yaml");
|
||||
var traefik = File.ReadAllText(traefikPath);
|
||||
|
||||
traefik.Should().Contain("metallb.universe.tf/loadBalancerIPs: 10.0.57.202");
|
||||
traefik.Should().Contain("metallb.io/loadBalancerIPs: 10.0.57.202");
|
||||
traefik.Should().Contain("spec:\n externalTrafficPolicy: Local");
|
||||
|
||||
var giteaPath = Path.Combine(Inventory.BluejayRoot, "gx10", "platform", "gitea-ssh-service.yaml");
|
||||
var gitea = File.ReadAllText(giteaPath);
|
||||
|
||||
gitea.Should().Contain("metallb.universe.tf/loadBalancerIPs: 10.0.57.206");
|
||||
gitea.Should().Contain("metallb.io/loadBalancerIPs: 10.0.57.206");
|
||||
gitea.Should().Contain("externalTrafficPolicy: Local");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user