Skip to content

Commit 60e429d

Browse files
fix: set workflow input to 1.29 (#1695)
Co-authored-by: jeho <[email protected]>
1 parent 38c8cf9 commit 60e429d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
type: string
88
default: linode
99
kubernetes_versions:
10-
description: "Kubernetes versions (JSON formatted list e.g.: ['1.27'])"
10+
description: "Kubernetes versions (JSON formatted list e.g.: ['1.28'])"
1111
type: string
12-
default: "['1.28']"
12+
default: "['1.29']"
1313
install_profile:
1414
description: Otomi installation profile
1515
default: full

0 commit comments

Comments
 (0)