Skip to content

Commit ac5bf17

Browse files
authored
update kind image to recent image (#244)
Signed-off-by: Mohamed Mahmoud <[email protected]>
1 parent ec3e71d commit ac5bf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cluster/kind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const (
7474

7575
const (
7676
agentContainerName = "localhost/ebpf-agent:test"
77-
kindImage = "kindest/node:v1.24.0"
77+
kindImage = "kindest/node:v1.27.3"
7878
namespace = "default"
7979
logsSubDir = "e2e-logs"
8080
localArchiveName = "ebpf-agent.tar"

0 commit comments

Comments
 (0)