Skip to content

Commit 61dc038

Browse files
committed
chore: update promotion task crd
Signed-off-by: Chen Keinan <[email protected]>
1 parent d1d6478 commit 61dc038

File tree

1 file changed

+46
-5
lines changed

1 file changed

+46
-5
lines changed

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

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -500,11 +500,29 @@ spec:
500500
- healthMessage
501501
- sync
502502
type: object
503-
commitSha:
504-
maxLength: 40
505-
minLength: 7
506-
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
507-
type: string
503+
commitInfo:
504+
properties:
505+
commitAuthorId:
506+
properties:
507+
email:
508+
type: string
509+
username:
510+
type: string
511+
required:
512+
- email
513+
- username
514+
type: object
515+
commitDate:
516+
format: date-time
517+
type: string
518+
commitMessage:
519+
type: string
520+
commitSha:
521+
maxLength: 40
522+
minLength: 7
523+
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
524+
type: string
525+
type: object
508526
phase:
509527
description: PromoteAppWithCommitPhase
510528
enum:
@@ -538,6 +556,29 @@ spec:
538556
- healthMessage
539557
- sync
540558
type: object
559+
commitInfo:
560+
properties:
561+
commitAuthorId:
562+
properties:
563+
email:
564+
type: string
565+
username:
566+
type: string
567+
required:
568+
- email
569+
- username
570+
type: object
571+
commitDate:
572+
format: date-time
573+
type: string
574+
commitMessage:
575+
type: string
576+
commitSha:
577+
maxLength: 40
578+
minLength: 7
579+
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
580+
type: string
581+
type: object
541582
phase:
542583
description: PromoteAppWithPRPhase
543584
enum:

0 commit comments

Comments
 (0)