Skip to content

Commit

Permalink
test/capd: fix kind mapper entry for v1.25.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi authored and k8s-infra-cherrypick-robot committed Jun 26, 2023
1 parent e4e313c commit ac3c719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/infrastructure/kind/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var preBuiltMappings = []Mapping{
{
KubernetesVersion: semver.MustParse("1.25.11"),
Mode: Mode0_20,
Image: " kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8",
Image: "kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8",
},
{
KubernetesVersion: semver.MustParse("1.24.15"),
Expand Down

0 comments on commit ac3c719

Please sign in to comment.