mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
upgrade haproxy image to latest
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user