Skip to content

Commit d2a59e6

Browse files
Merge pull request #929 from securesign/tturek/fix-custom-install-test
test: use grc mirror to pull httpd image
2 parents 026d62e + 3acb705 commit d2a59e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/custom_install/proxy.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ func newHTTPDPod(ns, configName, secretName string) *v1.Pod {
311311
Containers: []v1.Container{
312312
{
313313
Name: "httpd",
314-
Image: "httpd:2.4.46",
314+
Image: "mirror.gcr.io/httpd:2.4.46",
315315
Command: []string{"httpd", "-f", "/etc/httpd/httpd.conf", "-DFOREGROUND"},
316316
Ports: []v1.ContainerPort{
317317
{

0 commit comments

Comments
 (0)