From 63f7c39e3cd19da511327954773dae41e6044de5 Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Tue, 4 Apr 2023 17:45:11 +0100 Subject: [PATCH] Update kindnetd and kindest/haproxy Signed-off-by: killianmuldoon --- test/e2e/data/cni/kindnet/kindnet.yaml | 2 +- test/infrastructure/docker/internal/loadbalancer/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"