Skip to content

Commit

Permalink
update haproxy base image
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Mar 3, 2024
1 parent 9da385a commit 6f278e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loadbalancer/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

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

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

0 comments on commit 6f278e6

Please sign in to comment.