Skip to content

Commit dcc469d

Browse files
scme0codefresh-v2-pipelines[bot]
authored andcommitted
update promotiontask crd yaml
1 parent c13ff05 commit dcc469d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,7 @@ spec:
7777
properties:
7878
getPromotionValues:
7979
properties:
80-
commitSha:
81-
maxLength: 40
82-
minLength: 7
83-
pattern: ^[A-Fa-f0-9]+$
84-
type: string
85-
committerInfo:
80+
commitAuthorId:
8681
properties:
8782
email:
8883
type: string
@@ -92,6 +87,11 @@ spec:
9287
- email
9388
- username
9489
type: object
90+
commitSha:
91+
maxLength: 40
92+
minLength: 7
93+
pattern: ^[A-Fa-f0-9]+$
94+
type: string
9595
promotionProperties:
9696
items:
9797
properties:
@@ -403,7 +403,7 @@ spec:
403403
type: string
404404
getPromotionValues:
405405
properties:
406-
committerAvatarUrl:
406+
commitAuthorAvatarUrl:
407407
type: string
408408
phase:
409409
description: GetPromotionValuesStatusPhase

0 commit comments

Comments
 (0)