bump haproxy

This commit is contained in:
Benjamin Elder
2022-05-10 18:03:16 -07:00
parent a42b3ea0f5
commit 3c260d12e6

View File

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