Skip to content

Commit

Permalink
Update kind version
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Sep 14, 2021
1 parent 3effb9c commit db03e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/environment/create/kind_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nodeRegistration:

const (
// KindDefaultNodeImage defines default Kubernetes image for a new kind cluster.
KindDefaultNodeImage = "kindest/node:v1.19.1"
KindDefaultNodeImage = "kindest/node:v1.20.7"
)

// KindDefaultConfig holds kind cluster configuration suitable for Capact installation.
Expand Down

0 comments on commit db03e5b

Please sign in to comment.