Skip to content

Commit 8afb226

Browse files
Update kindnetd and kindest/haproxy
Signed-off-by: killianmuldoon <[email protected]>
1 parent 2e2c482 commit 8afb226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/data/cni/kindnet/kindnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
serviceAccountName: kindnet
6767
containers:
6868
- name: kindnet-cni
69-
image: kindest/kindnetd:v20221004-44d545d1
69+
image: kindest/kindnetd:v20230330-48f316cd
7070
env:
7171
- name: HOST_IP
7272
valueFrom:

test/infrastructure/docker/internal/loadbalancer/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
DefaultImageRepository = "kindest"
2525

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

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

0 commit comments

Comments
 (0)