From 7157c62889486cae4fb5fb22f8d15fc769c0750b Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Tue, 30 Apr 2024 14:47:01 -0300 Subject: [PATCH] CI: bump to kubernetes 1.28 Signed-off-by: Wainer dos Santos Moschetta --- tests/e2e/ansible/group_vars/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/ansible/group_vars/all b/tests/e2e/ansible/group_vars/all index 7285f306..25a8451a 100644 --- a/tests/e2e/ansible/group_vars/all +++ b/tests/e2e/ansible/group_vars/all @@ -26,7 +26,7 @@ kubeadm_pkgs: centos: - conntrack - socat -k8s_version: v1.24.0 +k8s_version: v1.28.0 test_pkgs: ubuntu: - jq