File tree Expand file tree Collapse file tree 1 file changed +21
-11
lines changed
charts/gitops-runtime/templates/_components/gitops-operator/crds Expand file tree Collapse file tree 1 file changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ spec:
137
137
type : object
138
138
promoteAppWithCommit :
139
139
properties :
140
+ commitDescription :
141
+ type : string
142
+ commitMessage :
143
+ type : string
140
144
promotionValues :
141
145
items :
142
146
properties :
@@ -164,7 +168,6 @@ spec:
164
168
- file
165
169
- properties
166
170
type : object
167
- minItems : 1
168
171
type : array
169
172
targetApplication :
170
173
properties :
@@ -183,11 +186,19 @@ spec:
183
186
- namespace
184
187
type : object
185
188
required :
189
+ - commitDescription
190
+ - commitMessage
186
191
- promotionValues
187
192
- targetApplication
188
193
type : object
189
194
promoteAppWithPR :
190
195
properties :
196
+ prBranchName :
197
+ type : string
198
+ prDescription :
199
+ type : string
200
+ prTitle :
201
+ type : string
191
202
promotionValues :
192
203
items :
193
204
properties :
@@ -215,7 +226,6 @@ spec:
215
226
- file
216
227
- properties
217
228
type : object
218
- minItems : 1
219
229
type : array
220
230
targetApplication :
221
231
properties :
@@ -234,6 +244,9 @@ spec:
234
244
- namespace
235
245
type : object
236
246
required :
247
+ - prBranchName
248
+ - prDescription
249
+ - prTitle
237
250
- promotionValues
238
251
- targetApplication
239
252
type : object
@@ -373,10 +386,10 @@ spec:
373
386
items :
374
387
description : StepStatus
375
388
properties :
389
+ failureSummary :
390
+ type : string
376
391
getPromotionValues :
377
392
properties :
378
- error :
379
- type : string
380
393
phase :
381
394
description : GetPromotionValuesStatusPhase
382
395
enum :
@@ -450,8 +463,6 @@ spec:
450
463
minLength : 7
451
464
pattern : ^[A-Fa-f0-9]+$
452
465
type : string
453
- error :
454
- type : string
455
466
phase :
456
467
description : PromoteAppWithCommitPhase
457
468
enum :
@@ -480,8 +491,6 @@ spec:
480
491
- health
481
492
- sync
482
493
type : object
483
- error :
484
- type : string
485
494
phase :
486
495
description : PromoteAppWithPRPhase
487
496
enum :
@@ -562,7 +571,10 @@ spec:
562
571
- health
563
572
- sync
564
573
type : object
565
- error :
574
+ commitSha :
575
+ maxLength : 40
576
+ minLength : 7
577
+ pattern : ^[A-Fa-f0-9]+$
566
578
type : string
567
579
phase :
568
580
description : VerifyAppPhase
@@ -602,5 +614,3 @@ spec:
602
614
storage : true
603
615
subresources :
604
616
status : {}
605
- {{- end }}
606
- {{- end }}
You can’t perform that action at this time.
0 commit comments