From 46671427bc84d5d5b7f8665ee282b1190728f352 Mon Sep 17 00:00:00 2001 From: Jonathan West Date: Mon, 3 Jun 2024 14:13:28 -0400 Subject: [PATCH] Switch to quay.to to avoid throttling Signed-off-by: Jonathan West --- tests/e2e/fixture/rollouts/fixture.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/e2e/fixture/rollouts/fixture.go b/tests/e2e/fixture/rollouts/fixture.go index 28ff8fc..e669d0b 100644 --- a/tests/e2e/fixture/rollouts/fixture.go +++ b/tests/e2e/fixture/rollouts/fixture.go @@ -42,7 +42,9 @@ spec: app: test-argo-app spec: containers: - - image: docker.io/kostiscodefresh/gitops-canary-app:v1.0 + # based on docker.io/kostiscodefresh/gitops-canary-app:v1.0 + # mirrored to jgwest-redhat + - image: quay.io/jgwest-redhat/gitops-canary-app@sha256:4fdd3483fa119b413aa9e3c4459bfa2be399c0741ab7565d2a716e362fc1aa41 name: webserver-simple ports: - containerPort: 8080