File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -414,14 +414,14 @@ jobs:
414
414
# latest: true means that this version mush upload the coverage report to codecov.io
415
415
# We designate the latest version because we only collect code coverage for that version.
416
416
k3s :
417
- - version : v1.34.0
418
- latest : true
419
417
- version : v1.33.1
420
- latest : false
418
+ latest : true
421
419
- version : v1.32.1
422
420
latest : false
423
421
- version : v1.31.0
424
422
latest : false
423
+ - version : v1.30.4
424
+ latest : false
425
425
needs :
426
426
- build-go
427
427
- changes
Original file line number Diff line number Diff line change @@ -526,5 +526,4 @@ data:
526
526
when: app.status.operationState != nil and app.status.operationState.phase in ['Succeeded']
527
527
kind : ConfigMap
528
528
metadata :
529
- creationTimestamp : null
530
529
name : argocd-notifications-cm
You can’t perform that action at this time.
0 commit comments