bump haproxy image

This commit is contained in:
Benjamin Elder
2022-06-07 14:46:03 -07:00
parent bea91a8405
commit d42009ae4b

View File

@@ -17,7 +17,7 @@ limitations under the License.
package loadbalancer
// Image defines the loadbalancer image:tag
const Image = "kindest/haproxy:v20220510-a42b3ea0"
const Image = "kindest/haproxy:v20220607-9a4d8d2a"
// ConfigPath defines the path to the config file in the image
const ConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"