Skip to content

Commit b317001

Browse files
committed
upgrade agnhost image version to 2.43
1 parent f4b3bd9 commit b317001

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/worker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM k8s.gcr.io/e2e-test-images/agnhost:2.36
1+
FROM k8s.gcr.io/e2e-test-images/agnhost:2.43
22

33
ENTRYPOINT ["/worker"]
44

hack/kind/run-cyclonus.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ pushd "$CNI"
2727
popd
2828

2929
# 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"
3232

3333
# make sure that the new kind cluster is the current kubectl context
3434
kind get clusters

pkg/connectivity/probe/pod.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
agnhostImage = "k8s.gcr.io/e2e-test-images/agnhost:2.36"
15+
agnhostImage = "k8s.gcr.io/e2e-test-images/agnhost:2.43"
1616
cyclonusWorkerImage = "mfenwick100/cyclonus-worker:latest"
1717
)
1818

0 commit comments

Comments
 (0)