We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4350ec2 + d0c495a commit d034493Copy full SHA for d034493
test/e2e/data/cni/kindnet/kindnet.yaml
@@ -66,7 +66,7 @@ spec:
66
serviceAccountName: kindnet
67
containers:
68
- name: kindnet-cni
69
- image: kindest/kindnetd:v20230330-48f316cd
+ image: kindest/kindnetd:v20230511-dc714da8
70
env:
71
- name: HOST_IP
72
valueFrom:
test/infrastructure/docker/internal/loadbalancer/const.go
@@ -24,7 +24,7 @@ const (
24
DefaultImageRepository = "kindest"
25
26
// DefaultImageTag is the loadbalancer image tag.
27
- DefaultImageTag = "v20230330-2f738c2"
+ DefaultImageTag = "v20230510-486859a6"
28
29
// ConfigPath is the path to the config file in the image.
30
ConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"
0 commit comments