Skip to content

Commit f5a2966

Browse files
committed
fix(kuber ansible): fix kuber version
1 parent ee10a10 commit f5a2966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/ansible_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AnsibleInstallKuber(AnsibleBase):
3838
k8s_worker_nodes: List[str]
3939
k8s_master_nodes: List[str]
4040
lb_nodes: List[str]
41-
version:str = "1.31.2"
41+
version:str = "1.31"
4242

4343

4444
@validator("os")

0 commit comments

Comments
 (0)