From ea72cee983ca519e0f0ec9928948e90f6783b75a Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 16 Jan 2025 14:44:35 +0100 Subject: [PATCH] ci: run upgrade tests with Kubernetes 1.28 The call to `./scripts/get_patch_release.py --version=1.27` returns an error. Kubernetes 1.27 is really old, so it is good to move to v1.28 now. Signed-off-by: Niels de Vos --- jobs/upgrade-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/upgrade-tests.yaml b/jobs/upgrade-tests.yaml index 758117a7f..792bdb387 100644 --- a/jobs/upgrade-tests.yaml +++ b/jobs/upgrade-tests.yaml @@ -1,7 +1,7 @@ --- - project: name: upgrade-tests - k8s_version: '1.27' + k8s_version: '1.28' only_run_on_request: true test_type: - 'cephfs'