Skip to content

Commit a7ff906

Browse files
committed
run codegen
Signed-off-by: Peter Jiang <[email protected]>
1 parent 6cb857a commit a7ff906

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,14 +414,14 @@ jobs:
414414
# latest: true means that this version mush upload the coverage report to codecov.io
415415
# We designate the latest version because we only collect code coverage for that version.
416416
k3s:
417-
- version: v1.34.0
418-
latest: true
419417
- version: v1.33.1
420-
latest: false
418+
latest: true
421419
- version: v1.32.1
422420
latest: false
423421
- version: v1.31.0
424422
latest: false
423+
- version: v1.30.4
424+
latest: false
425425
needs:
426426
- build-go
427427
- changes

notifications_catalog/install.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,5 +526,4 @@ data:
526526
when: app.status.operationState != nil and app.status.operationState.phase in ['Succeeded']
527527
kind: ConfigMap
528528
metadata:
529-
creationTimestamp: null
530529
name: argocd-notifications-cm

0 commit comments

Comments
 (0)