Skip to content

Commit

Permalink
Merge pull request #3273 from BenTheElder/current-haproxy
Browse files Browse the repository at this point in the history
update haproxy image to latest build
  • Loading branch information
BenTheElder authored Jun 15, 2023
2 parents 2e64146 + f52e772 commit dfde102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/internal/loadbalancer/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
package loadbalancer

// Image defines the loadbalancer image:tag
const Image = "docker.io/kindest/haproxy:v20230510-486859a6"
const Image = "docker.io/kindest/haproxy:v20230606-42a2262b"

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

0 comments on commit dfde102

Please sign in to comment.