From b63b4952303fd9f37cf585ba68902c47d52036ad Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 10 May 2023 10:28:07 -0700 Subject: [PATCH] upgrade haproxy image to latest --- 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 8f1bd425..acca329c 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 = "docker.io/kindest/haproxy:v20230330-2f738c2@sha256:57f219951c0734d931e345b57c063e03e9cdcbb3aef02cfb5fa8c81a80f560f0" +const Image = "docker.io/kindest/haproxy:v20230510-486859a6" // ConfigPath defines the path to the config file in the image const ConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"