Skip to content

Update agnhost image to match the one used in the tests #970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/k8s-integration/prepull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
# run ping in each container to keep it alive so that kubernetes does not
# continually restart the containers while we're prepulling.
containers:
- image: k8s.gcr.io/e2e-test-images/agnhost:2.26
name: agnhost-212
- image: registry.k8s.io/e2e-test-images/agnhost:2.36
name: agnhost-236
resources:
requests:
cpu: 1m
Expand Down