Skip to content

Commit

Permalink
fixing double sha25 typo (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-falcon authored May 29, 2024
1 parent 36fadd7 commit ca5a4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/verifier/aws/aws_verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ca5a4d7

Please sign in to comment.