upgrade haproxy image to latest

This commit is contained in:
Benjamin Elder
2023-05-10 10:28:07 -07:00
parent e087b1d8aa
commit b63b495230

View File

@@ -17,7 +17,7 @@ limitations under the License.
package loadbalancer
// Image defines the loadbalancer image:tag
const Image = "docker.io/kindest/haproxy:v20230330-2f738c2@sha256:57f219951c0734d931e345b57c063e03e9cdcbb3aef02cfb5fa8c81a80f560f0"
const Image = "docker.io/kindest/haproxy:v20230510-486859a6"
// ConfigPath defines the path to the config file in the image
const ConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"