Skip to content

Commit d034493

Browse files
authored
Merge pull request #8676 from killianmuldoon/pr-bump-kind-images
🌱 Bump kindnet and haproxy images to latest
2 parents 4350ec2 + d0c495a commit d034493

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:v20230330-48f316cd
69+
image: kindest/kindnetd:v20230511-dc714da8
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 = "v20230330-2f738c2"
27+
DefaultImageTag = "v20230510-486859a6"
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)