From ca5a4d7eb7622ffae294b248b650094120d9f14e Mon Sep 17 00:00:00 2001 From: Luis Falcon Mendez Date: Wed, 29 May 2024 14:29:41 -0400 Subject: [PATCH] fixing double sha25 typo (#237) --- pkg/verifier/aws/aws_verifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/verifier/aws/aws_verifier.go b/pkg/verifier/aws/aws_verifier.go index 09f9c1bd..bb32fcb9 100644 --- a/pkg/verifier/aws/aws_verifier.go +++ b/pkg/verifier/aws/aws_verifier.go @@ -96,7 +96,7 @@ const ( // TODO find a location for future docker images // This corresponds with the quay tag: v0.1.90-f2e86a9 - networkValidatorImage = "quay.io/app-sre/osd-network-verifier@sha256:sha256:137bf177c2e87732b2692c1af39d3b79b2f84c7f0ee9254df4ea4412dddfab1e" + networkValidatorImage = "quay.io/app-sre/osd-network-verifier@sha256:137bf177c2e87732b2692c1af39d3b79b2f84c7f0ee9254df4ea4412dddfab1e" networkValidatorRepo = "quay.io/app-sre/osd-network-verifier" userdataEndVerifier = "USERDATA END" prepulledImageMessage = "Warning: could not pull the specified docker image, will try to use the prepulled one"