File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM k8s.gcr.io/e2e-test-images/agnhost:2.36
1
+ FROM k8s.gcr.io/e2e-test-images/agnhost:2.43
2
2
3
3
ENTRYPOINT ["/worker" ]
4
4
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ pushd "$CNI"
27
27
popd
28
28
29
29
# preload agnhost image
30
- docker pull k8s.gcr.io/e2e-test-images/agnhost:2.36
31
- kind load docker-image k8s.gcr.io/e2e-test-images/agnhost:2.36 --name " $CLUSTER_NAME "
30
+ docker pull k8s.gcr.io/e2e-test-images/agnhost:2.43
31
+ kind load docker-image k8s.gcr.io/e2e-test-images/agnhost:2.43 --name " $CLUSTER_NAME "
32
32
33
33
# make sure that the new kind cluster is the current kubectl context
34
34
kind get clusters
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
)
13
13
14
14
const (
15
- agnhostImage = "k8s.gcr.io/e2e-test-images/agnhost:2.36 "
15
+ agnhostImage = "k8s.gcr.io/e2e-test-images/agnhost:2.43 "
16
16
cyclonusWorkerImage = "mfenwick100/cyclonus-worker:latest"
17
17
)
18
18
You can’t perform that action at this time.
0 commit comments