From b357fa4f866bebc970eacc7f20d54b9274a21fb8 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 20 Dec 2022 14:19:28 -0800 Subject: [PATCH] bump haproxy image --- pkg/cluster/internal/loadbalancer/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/internal/loadbalancer/const.go b/pkg/cluster/internal/loadbalancer/const.go index 121fc256..61ebcaa3 100644 --- a/pkg/cluster/internal/loadbalancer/const.go +++ b/pkg/cluster/internal/loadbalancer/const.go @@ -17,7 +17,7 @@ limitations under the License. package loadbalancer // Image defines the loadbalancer image:tag -const Image = "kindest/haproxy:v20220607-9a4d8d2a" +const Image = "kindest/haproxy:v20221220-7705dd1a" // ConfigPath defines the path to the config file in the image const ConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"