Skip to content

Commit 6f278e6

Browse files
committed
update haproxy base image
1 parent 9da385a commit 6f278e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/loadbalancer/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
// proxyImage defines the loadbalancer image:tag
20-
const proxyImage = "kindest/haproxy:v20230330-2f738c2"
20+
const proxyImage = "docker.io/kindest/haproxy:v20230606-42a2262b"
2121

2222
// proxyConfigPath defines the path to the config file in the image
2323
const proxyConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"

0 commit comments

Comments
 (0)