deploy: bump GX10 PHP and MySQL bypass proof images

This commit is contained in:
Andrew Stoltz
2026-06-18 17:22:49 -05:00
parent 28f9ac2ef9
commit ae6dfe9144
3 changed files with 4 additions and 4 deletions

View File

@@ -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");
}