ci: run upgrade tests with Kubernetes 1.32

The call to `./scripts/get_patch_release.py --version=1.28` returns an
error. Kubernetes 1.28 is really old, so it is good to move to v1.32
now.

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R 2025-03-12 12:48:08 +05:30
parent 2b81dba032
commit d3a76a1fad

View File

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