Skip to content

Commit 2d96ac1

Browse files
authored
fix: update documentation to represent actual kubectl version used (#83)
Signed-off-by: Tom Hobson <tomhobsonleeds@gmail.com>
1 parent b2013cb commit 2d96ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information on inputs, see the [API Documentation](https://developer.gi
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.23.12)
24+
- `kubectl_version`: The kubectl version to use (default: v1.25.5)
2525
- `install_only`: Skips cluster creation, only install kind (default: false)
2626

2727
### Example Workflow

0 commit comments

Comments
 (0)