Skip to content

Commit 46780f8

Browse files
scme0codefresh-v2-pipelines[bot]
authored andcommitted
all crd changes
1 parent 37e4e0a commit 46780f8

File tree

1 file changed

+52
-5
lines changed

1 file changed

+52
-5
lines changed

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

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,8 @@ spec:
487487
type: string
488488
healthMessage:
489489
type: string
490+
revision:
491+
type: string
490492
sync:
491493
description: SyncStatusCode is a type which represents
492494
possible comparison results
@@ -500,11 +502,29 @@ spec:
500502
- healthMessage
501503
- sync
502504
type: object
503-
commitSha:
504-
maxLength: 40
505-
minLength: 7
506-
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
507-
type: string
505+
commitInfo:
506+
properties:
507+
commitAuthorId:
508+
properties:
509+
email:
510+
type: string
511+
username:
512+
type: string
513+
required:
514+
- email
515+
- username
516+
type: object
517+
commitDate:
518+
format: date-time
519+
type: string
520+
commitMessage:
521+
type: string
522+
commitSha:
523+
maxLength: 40
524+
minLength: 7
525+
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
526+
type: string
527+
type: object
508528
phase:
509529
description: PromoteAppWithCommitPhase
510530
enum:
@@ -525,6 +545,8 @@ spec:
525545
type: string
526546
healthMessage:
527547
type: string
548+
revision:
549+
type: string
528550
sync:
529551
description: SyncStatusCode is a type which represents
530552
possible comparison results
@@ -538,6 +560,29 @@ spec:
538560
- healthMessage
539561
- sync
540562
type: object
563+
commitInfo:
564+
properties:
565+
commitAuthorId:
566+
properties:
567+
email:
568+
type: string
569+
username:
570+
type: string
571+
required:
572+
- email
573+
- username
574+
type: object
575+
commitDate:
576+
format: date-time
577+
type: string
578+
commitMessage:
579+
type: string
580+
commitSha:
581+
maxLength: 40
582+
minLength: 7
583+
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
584+
type: string
585+
type: object
541586
phase:
542587
description: PromoteAppWithPRPhase
543588
enum:
@@ -613,6 +658,8 @@ spec:
613658
type: string
614659
healthMessage:
615660
type: string
661+
revision:
662+
type: string
616663
sync:
617664
description: SyncStatusCode is a type which represents
618665
possible comparison results

0 commit comments

Comments
 (0)