@@ -15,21 +15,21 @@ For more information, reference the GitHub Help Documentation for [Creating a wo
1515
1616For more information on inputs, see the [ API Documentation] ( https://developer.github.com/v3/repos/releases/#input )
1717
18- - ` version ` : The kind version to use (default: ` v0.29 .0 ` )
18+ - ` version ` : The kind version to use (default: ` v0.30 .0 ` )
1919- ` config ` : The path to the kind config file
2020- ` node_image ` : The Docker image for the cluster nodes
2121- ` cluster_name ` : The name of the cluster to create (default: ` chart-testing ` )
2222- ` wait ` : The duration to wait for the control plane to become ready (default: ` 60s ` )
2323- ` verbosity ` : info log verbosity, higher value produces more output
24- - ` kubectl_version ` : The kubectl version to use (default: v1.30.4 )
25- - ` registry ` : Whether to configure an insecure local registry (default: false)
26- - ` registry_image ` : The registry image to use (default: registry:2)
27- - ` registry_name ` : The registry name to use (default: kind-registry)
28- - ` registry_port ` : The local port used to bind the registry (default: 5000)
29- - ` registry_enable_delete ` : Enable delete operations on the registry (default: false)
30- - ` install_only ` : Skips cluster creation, only install kind (default: false)
31- - ` ignore_failed_clean ` : Whether to ignore the post delete cluster action failing (default: false)
32- - ` cloud_provider ` : Whether to use cloud provider loadbalancer (default: false)
24+ - ` kubectl_version ` : The kubectl version to use (default: ` v1.34.0 ` )
25+ - ` registry ` : Whether to configure an insecure local registry (default: ` false ` )
26+ - ` registry_image ` : The registry image to use (default: ` registry:2 ` )
27+ - ` registry_name ` : The registry name to use (default: ` kind-registry ` )
28+ - ` registry_port ` : The local port used to bind the registry (default: ` 5000 ` )
29+ - ` registry_enable_delete ` : Enable delete operations on the registry (default: ` false ` )
30+ - ` install_only ` : Skips cluster creation, only install kind (default: ` false ` )
31+ - ` ignore_failed_clean ` : Whether to ignore the post delete cluster action failing (default: ` false ` )
32+ - ` cloud_provider ` : Whether to use cloud provider loadbalancer (default: ` false ` )
3333
3434### Example Workflow
3535
0 commit comments