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 d3a76a1fad)
This commit is contained in:
Rakshith R 2025-03-12 12:48:08 +05:30 committed by mergify[bot]
parent 4a7346e1ef
commit b700511cfd

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'