We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da385a commit 6f278e6Copy full SHA for 6f278e6
1 file changed
pkg/loadbalancer/proxy.go
@@ -17,7 +17,7 @@ import (
17
)
18
19
// proxyImage defines the loadbalancer image:tag
20
-const proxyImage = "kindest/haproxy:v20230330-2f738c2"
+const proxyImage = "docker.io/kindest/haproxy:v20230606-42a2262b"
21
22
// proxyConfigPath defines the path to the config file in the image
23
const proxyConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"
0 commit comments