File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
templates/_components/gitops-operator/crds Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 77
77
properties :
78
78
getPromotionValues :
79
79
properties :
80
+ commitAuthorId :
81
+ properties :
82
+ email :
83
+ type : string
84
+ username :
85
+ type : string
86
+ required :
87
+ - email
88
+ - username
89
+ type : object
80
90
commitSha :
81
91
maxLength : 40
82
92
minLength : 7
@@ -393,6 +403,8 @@ spec:
393
403
type : string
394
404
getPromotionValues :
395
405
properties :
406
+ commitAuthorAvatarUrl :
407
+ type : string
396
408
phase :
397
409
description : GetPromotionValuesStatusPhase
398
410
enum :
Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ gitops-operator:
728
728
# -- defaults
729
729
registry : quay.io
730
730
repository : codefresh/codefresh-gitops-operator
731
- tag : 266564a
731
+ tag : a1316ff
732
732
env :
733
733
GITOPS_OPERATOR_VERSION : 0.11.1
734
734
serviceAccount :
You can’t perform that action at this time.
0 commit comments