ci: test against k8s 1.35.0 (cherry-pick #26062 for 3.3) (#26860)

Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
Co-authored-by: Regina Voloshin <regina.voloshin@codefresh.io>
This commit is contained in:
argo-cd-cherry-pick-bot[bot] 2026-03-20 08:47:45 +02:00 committed by GitHub
parent 03dda413f0
commit ea8a881c14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -418,14 +418,14 @@ jobs:
# latest: true means that this version mush upload the coverage report to codecov.io
# We designate the latest version because we only collect code coverage for that version.
k3s:
- version: v1.34.2
- version: v1.35.0
latest: true
- version: v1.34.2
latest: false
- version: v1.33.1
latest: false
- version: v1.32.1
latest: false
- version: v1.31.0
latest: false
needs:
- build-go
- changes