Skip to content

Commit c6ddc04

Browse files
authored
Merge pull request #970 from mauriciopoppe/update-prepull-image
Update agnhost image to match the one used in the tests
2 parents a6419b6 + acc871d commit c6ddc04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/k8s-integration/prepull.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ spec:
3333
# run ping in each container to keep it alive so that kubernetes does not
3434
# continually restart the containers while we're prepulling.
3535
containers:
36-
- image: k8s.gcr.io/e2e-test-images/agnhost:2.26
37-
name: agnhost-212
36+
- image: registry.k8s.io/e2e-test-images/agnhost:2.36
37+
name: agnhost-236
3838
resources:
3939
requests:
4040
cpu: 1m

0 commit comments

Comments
 (0)