Skip to content

Commit

Permalink
Bump kind to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jun 6, 2024
1 parent 6e3072a commit be4d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/install_kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ var kindCmd = &cobra.Command{
func init() {
installCmd.AddCommand(kindCmd)

kindCmd.Flags().StringVar(&kindVersion, "kind-version", "v0.20.0", "Kind version to install")
kindCmd.Flags().StringVar(&kindVersion, "kind-version", "v0.23.0", "Kind version to install")
}

0 comments on commit be4d395

Please sign in to comment.