Skip to content

Commit 1cf12a2

Browse files
committed
fix crd
1 parent 329273f commit 1cf12a2

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -648,11 +648,29 @@ spec:
648648
- healthMessage
649649
- sync
650650
type: object
651-
commitSha:
652-
maxLength: 40
653-
minLength: 7
654-
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
655-
type: string
651+
commitInfo:
652+
properties:
653+
commitAuthorId:
654+
properties:
655+
email:
656+
type: string
657+
username:
658+
type: string
659+
required:
660+
- email
661+
- username
662+
type: object
663+
commitDate:
664+
format: date-time
665+
type: string
666+
commitMessage:
667+
type: string
668+
commitSha:
669+
maxLength: 40
670+
minLength: 7
671+
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
672+
type: string
673+
type: object
656674
phase:
657675
description: RevertPromotionCommitPhase
658676
enum:

0 commit comments

Comments
 (0)