Skip to content

Commit

Permalink
Use quay nginx instead of docker one in example tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Aug 28, 2024
1 parent 5f72bb1 commit 5a99358
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void testCollectFromMultipleNamespacesWithDifferentResources() {
.editOrNewSpec()
.addToContainers(new ContainerBuilder()
.withName("nginx")
.withImage("nginx:latest")
.withImage("quay.io/jitesoft/nginx")
.withPorts(new ContainerPortBuilder()
.withContainerPort(80)
.build())
Expand Down

0 comments on commit 5a99358

Please sign in to comment.