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>
(cherry picked from commit d3a76a1fad0835b83f5fad43e701ba58cfd17a97)
This commit is contained in:
Rakshith R 2025-03-12 12:48:08 +05:30 committed by Praveen M
parent 4a7346e1ef
commit 25d757c0d6

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'