bump haproxy image

This commit is contained in:
Benjamin Elder
2022-12-20 14:19:28 -08:00
parent 7705dd1a1f
commit b357fa4f86

View File

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