Skip to content

Commit

Permalink
Update kindnetd and kindest/haproxy
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <kmuldoon@vmware.com>
  • Loading branch information
killianmuldoon authored and k8s-infra-cherrypick-robot committed Apr 4, 2023
1 parent 39d87e9 commit 63f7c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/data/cni/kindnet/kindnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
serviceAccountName: kindnet
containers:
- name: kindnet-cni
image: kindest/kindnetd:v20221004-44d545d1
image: kindest/kindnetd:v20230330-48f316cd
env:
- name: HOST_IP
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion test/infrastructure/docker/internal/loadbalancer/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
DefaultImageRepository = "kindest"

// DefaultImageTag is the loadbalancer image tag.
DefaultImageTag = "v20230227-d46f45b6"
DefaultImageTag = "v20230330-2f738c2"

// ConfigPath is the path to the config file in the image.
ConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"
Expand Down

0 comments on commit 63f7c39

Please sign in to comment.