Skip to content

Commit c13ff05

Browse files
scme0codefresh-v2-pipelines[bot]
authored andcommitted
promotion task crd changes
1 parent a4d6cc4 commit c13ff05

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:
@@ -393,6 +403,8 @@ spec:
393403
type: string
394404
getPromotionValues:
395405
properties:
406+
committerAvatarUrl:
407+
type: string
396408
phase:
397409
description: GetPromotionValuesStatusPhase
398410
enum:

0 commit comments

Comments
 (0)