File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ branding:
6
6
icon : box
7
7
inputs :
8
8
version :
9
- description : " The kind version to use (default: v0.24 .0)"
9
+ description : " The kind version to use (default: v0.26 .0)"
10
10
required : false
11
- default : " v0.24 .0"
11
+ default : " v0.26 .0"
12
12
config :
13
13
description : " The path to the kind config file"
14
14
required : false
@@ -31,9 +31,9 @@ inputs:
31
31
default : " 0"
32
32
required : false
33
33
kubectl_version :
34
- description : " The kubectl version to use (default: v1.30 .4)"
34
+ description : " The kubectl version to use (default: v1.31 .4)"
35
35
required : false
36
- default : " v1.30 .4"
36
+ default : " v1.31 .4"
37
37
install_only :
38
38
description : " Skips cluster creation, only install kind (default: false)"
39
39
required : false
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ set -o errexit
18
18
set -o nounset
19
19
set -o pipefail
20
20
21
- DEFAULT_KIND_VERSION=v0.24 .0
21
+ DEFAULT_KIND_VERSION=v0.26 .0
22
22
DEFAULT_CLUSTER_NAME=chart-testing
23
- DEFAULT_KUBECTL_VERSION=v1.30 .4
23
+ DEFAULT_KUBECTL_VERSION=v1.31 .4
24
24
25
25
show_help () {
26
26
cat << EOF
You can’t perform that action at this time.
0 commit comments