bump haproxy to docker.io/kindest/haproxy:v20230227-d46f45b6

This commit is contained in:
Antonio Ojea
2023-02-27 21:00:40 +00:00
parent d46f45b63c
commit 153c0c517b

View File

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