diff --git a/test/e2e/data/cni/kindnet/kindnet.yaml b/test/e2e/data/cni/kindnet/kindnet.yaml index 8c726e0a77d0..dfc7b4c0f77f 100644 --- a/test/e2e/data/cni/kindnet/kindnet.yaml +++ b/test/e2e/data/cni/kindnet/kindnet.yaml @@ -66,7 +66,7 @@ spec: serviceAccountName: kindnet containers: - name: kindnet-cni - image: kindest/kindnetd:v20221004-44d545d1 + image: kindest/kindnetd:v20230330-48f316cd env: - name: HOST_IP valueFrom: diff --git a/test/infrastructure/docker/internal/loadbalancer/const.go b/test/infrastructure/docker/internal/loadbalancer/const.go index 924536b6f433..1cfe937602da 100644 --- a/test/infrastructure/docker/internal/loadbalancer/const.go +++ b/test/infrastructure/docker/internal/loadbalancer/const.go @@ -24,7 +24,7 @@ const ( DefaultImageRepository = "kindest" // DefaultImageTag is the loadbalancer image tag. - DefaultImageTag = "v20230227-d46f45b6" + DefaultImageTag = "v20230330-2f738c2" // ConfigPath is the path to the config file in the image. ConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"