From 2d96ac1d715d2ea5abee55927b0cce7ec07ca148 Mon Sep 17 00:00:00 2001 From: Tom Hobson Date: Sat, 29 Apr 2023 10:44:45 +0100 Subject: [PATCH] fix: update documentation to represent actual kubectl version used (#83) Signed-off-by: Tom Hobson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d50bf9b..88bf76b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more information on inputs, see the [API Documentation](https://developer.gi - `cluster_name`: The name of the cluster to create (default: `chart-testing`) - `wait`: The duration to wait for the control plane to become ready (default: `60s`) - `verbosity`: info log verbosity, higher value produces more output -- `kubectl_version`: The kubectl version to use (default: v1.23.12) +- `kubectl_version`: The kubectl version to use (default: v1.25.5) - `install_only`: Skips cluster creation, only install kind (default: false) ### Example Workflow