From ae6dfe91440c7276c542924aa2a160682cd5e188 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz <1578013+astoltz@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:22:49 -0500 Subject: [PATCH] deploy: bump GX10 PHP and MySQL bypass proof images --- apps-gx10/fc-mysql/deployment-mysql-web.json | 2 +- apps-gx10/fc-php/deployment-php-web.json | 2 +- tests/bluejay-infra-lint/FleetManifestLintTests.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps-gx10/fc-mysql/deployment-mysql-web.json b/apps-gx10/fc-mysql/deployment-mysql-web.json index 5712128..4130b3b 100644 --- a/apps-gx10/fc-mysql/deployment-mysql-web.json +++ b/apps-gx10/fc-mysql/deployment-mysql-web.json @@ -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, diff --git a/apps-gx10/fc-php/deployment-php-web.json b/apps-gx10/fc-php/deployment-php-web.json index 40f59c4..5adc565 100644 --- a/apps-gx10/fc-php/deployment-php-web.json +++ b/apps-gx10/fc-php/deployment-php-web.json @@ -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, diff --git a/tests/bluejay-infra-lint/FleetManifestLintTests.cs b/tests/bluejay-infra-lint/FleetManifestLintTests.cs index 0663894..a4125fa 100644 --- a/tests/bluejay-infra-lint/FleetManifestLintTests.cs +++ b/tests/bluejay-infra-lint/FleetManifestLintTests.cs @@ -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"); }