Skip to content

Commit

Permalink
Merge pull request #8470 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…8469-to-release-1.4

[release-1.4] 🐛 Update kindnetd and kindest/haproxy
  • Loading branch information
k8s-ci-robot committed Apr 4, 2023
2 parents 39d87e9 + 63f7c39 commit 0034d28
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
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
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 0034d28

Please sign in to comment.