Skip to content

Commit 6a01c0e

Browse files
Add SHA to default KIND image used in e2e tests
Signed-off-by: killianmuldoon <[email protected]>
1 parent 7087e47 commit 6a01c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/bootstrap/kind_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
DefaultNodeImageRepository = "kindest/node"
3838

3939
// DefaultNodeImageVersion is the default Kubernetes version to be used for creating a kind cluster.
40-
DefaultNodeImageVersion = "v1.27.3"
40+
DefaultNodeImageVersion = "v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72"
4141
)
4242

4343
// KindClusterOption is a NewKindClusterProvider option.

0 commit comments

Comments
 (0)