From 5632286a430ad0e7561f13e27e8fdc35bb42cdf8 Mon Sep 17 00:00:00 2001 From: Alexander Apalikov Date: Mon, 22 Jun 2020 15:53:53 +0300 Subject: [PATCH] Load test: Fix gcr.io repo name to public Change link to gcr.io/agones-images. --- test/load/allocation/fleet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/load/allocation/fleet.yaml b/test/load/allocation/fleet.yaml index 3c8bc2e022..8345e5783b 100644 --- a/test/load/allocation/fleet.yaml +++ b/test/load/allocation/fleet.yaml @@ -27,7 +27,7 @@ spec: spec: containers: - name: simple-udp - image: gcr.io/agones-alexander/udp-server:0.21 + image: gcr.io/agones-images/udp-server:0.21 resources: requests: memory: "64Mi"