File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed
templates/_components/gitops-operator/crds Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- ! charts /
1
+ ! charts /
2
+
3
+ .DS_Store
Original file line number Diff line number Diff line change 1
1
tests/
2
2
ci/
3
3
test-values/
4
+
5
+ .DS_Store
Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ spec:
164
164
- file
165
165
- properties
166
166
type : object
167
- minItems : 1
168
167
type : array
169
168
targetApplication :
170
169
properties :
@@ -215,7 +214,6 @@ spec:
215
214
- file
216
215
- properties
217
216
type : object
218
- minItems : 1
219
217
type : array
220
218
targetApplication :
221
219
properties :
@@ -373,10 +371,10 @@ spec:
373
371
items :
374
372
description : StepStatus
375
373
properties :
374
+ failureSummary :
375
+ type : string
376
376
getPromotionValues :
377
377
properties :
378
- error :
379
- type : string
380
378
phase :
381
379
description : GetPromotionValuesStatusPhase
382
380
enum :
@@ -450,8 +448,6 @@ spec:
450
448
minLength : 7
451
449
pattern : ^[A-Fa-f0-9]+$
452
450
type : string
453
- error :
454
- type : string
455
451
phase :
456
452
description : PromoteAppWithCommitPhase
457
453
enum :
@@ -480,8 +476,6 @@ spec:
480
476
- health
481
477
- sync
482
478
type : object
483
- error :
484
- type : string
485
479
phase :
486
480
description : PromoteAppWithPRPhase
487
481
enum :
@@ -562,7 +556,10 @@ spec:
562
556
- health
563
557
- sync
564
558
type : object
565
- error :
559
+ commitSha :
560
+ maxLength : 40
561
+ minLength : 7
562
+ pattern : ^[A-Fa-f0-9]+$
566
563
type : string
567
564
phase :
568
565
description : VerifyAppPhase
Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ gitops-operator:
726
726
# -- defaults
727
727
registry : quay.io
728
728
repository : codefresh/codefresh-gitops-operator
729
- tag : aa271bd
729
+ tag : c409284
730
730
env :
731
731
GITOPS_OPERATOR_VERSION : 0.11.1
732
732
serviceAccount :
You can’t perform that action at this time.
0 commit comments