Skip to content

Commit 0e47da0

Browse files
committed
update promotiontask crd yaml
1 parent ff78652 commit 0e47da0

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:
@@ -398,7 +398,7 @@ spec:
398398
type: string
399399
getPromotionValues:
400400
properties:
401-
committerAvatarUrl:
401+
commitAuthorAvatarUrl:
402402
type: string
403403
phase:
404404
description: GetPromotionValuesStatusPhase

0 commit comments

Comments
 (0)