Skip to content

Commit ff78652

Browse files
committed
promotion task crd changes
1 parent 17d2cc8 commit ff78652

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ spec:
8282
minLength: 7
8383
pattern: ^[A-Fa-f0-9]+$
8484
type: string
85+
committerInfo:
86+
properties:
87+
email:
88+
type: string
89+
username:
90+
type: string
91+
required:
92+
- email
93+
- username
94+
type: object
8595
promotionProperties:
8696
items:
8797
properties:
@@ -388,6 +398,8 @@ spec:
388398
type: string
389399
getPromotionValues:
390400
properties:
401+
committerAvatarUrl:
402+
type: string
391403
phase:
392404
description: GetPromotionValuesStatusPhase
393405
enum:

0 commit comments

Comments
 (0)