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 <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2025-01-16 14:44:35 +01:00 committed by mergify[bot]
parent 3ace5d8f71
commit ea72cee983

View File

@ -1,7 +1,7 @@
--- ---
- project: - project:
name: upgrade-tests name: upgrade-tests
k8s_version: '1.27' k8s_version: '1.28'
only_run_on_request: true only_run_on_request: true
test_type: test_type:
- 'cephfs' - 'cephfs'