Skip to content

Commit 4d087c0

Browse files
authored
Merge pull request #4964 from dims/switch-to-non-alpine-kindest/haproxy-image
✨ Switch to non-alpine kindest/haproxy version
2 parents 925ed4b + df5a943 commit 4d087c0

File tree

1 file changed

+1
-1
lines changed
  • test/infrastructure/docker/third_party/forked/loadbalancer

1 file changed

+1
-1
lines changed

test/infrastructure/docker/third_party/forked/loadbalancer/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
package loadbalancer
1818

1919
// Image defines the loadbalancer image:tag
20-
const Image = "kindest/haproxy:2.1.1-alpine"
20+
const Image = "kindest/haproxy:v20210715-a6da3463"
2121

2222
// ConfigPath defines the path to the config file in the image
2323
const ConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"

0 commit comments

Comments
 (0)