update haproxy image to latest build

This commit is contained in:
Benjamin Elder
2023-06-14 17:16:25 -07:00
parent 2e64146947
commit f52e77250f

View File

@@ -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"