Skip to content

Commit 318d792

Browse files
committed
all crd updates
1 parent d1d6478 commit 318d792

File tree

1 file changed

+52
-7
lines changed

1 file changed

+52
-7
lines changed

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

Lines changed: 52 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ spec:
413413
phase:
414414
description: PromotionTaskPhase
415415
enum:
416-
- Pending
417416
- Executing
418417
- Terminating
419418
- Succeeded
@@ -470,7 +469,6 @@ spec:
470469
phase:
471470
description: PromotionTaskPhase
472471
enum:
473-
- Pending
474472
- Executing
475473
- Terminating
476474
- Succeeded
@@ -487,6 +485,8 @@ spec:
487485
type: string
488486
healthMessage:
489487
type: string
488+
revision:
489+
type: string
490490
sync:
491491
description: SyncStatusCode is a type which represents
492492
possible comparison results
@@ -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:
@@ -525,6 +543,8 @@ spec:
525543
type: string
526544
healthMessage:
527545
type: string
546+
revision:
547+
type: string
528548
sync:
529549
description: SyncStatusCode is a type which represents
530550
possible comparison results
@@ -538,6 +558,29 @@ spec:
538558
- healthMessage
539559
- sync
540560
type: object
561+
commitInfo:
562+
properties:
563+
commitAuthorId:
564+
properties:
565+
email:
566+
type: string
567+
username:
568+
type: string
569+
required:
570+
- email
571+
- username
572+
type: object
573+
commitDate:
574+
format: date-time
575+
type: string
576+
commitMessage:
577+
type: string
578+
commitSha:
579+
maxLength: 40
580+
minLength: 7
581+
pattern: (^[A-Fa-f0-9]+$|^<any-commit>$)
582+
type: string
583+
type: object
541584
phase:
542585
description: PromoteAppWithPRPhase
543586
enum:
@@ -613,6 +656,8 @@ spec:
613656
type: string
614657
healthMessage:
615658
type: string
659+
revision:
660+
type: string
616661
sync:
617662
description: SyncStatusCode is a type which represents
618663
possible comparison results

0 commit comments

Comments
 (0)