File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
templates/_components/gitops-operator/crds Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -445,14 +445,19 @@ spec:
445445 health :
446446 description : Represents resource health status
447447 type : string
448+ healthMessage :
449+ type : string
448450 sync :
449451 description : SyncStatusCode is a type which represents
450452 possible comparison results
451453 type : string
452454 syncOperation :
453455 type : string
456+ syncOperationMessage :
457+ type : string
454458 required :
455459 - health
460+ - healthMessage
456461 - sync
457462 type : object
458463 commitSha :
@@ -478,14 +483,19 @@ spec:
478483 health :
479484 description : Represents resource health status
480485 type : string
486+ healthMessage :
487+ type : string
481488 sync :
482489 description : SyncStatusCode is a type which represents
483490 possible comparison results
484491 type : string
485492 syncOperation :
486493 type : string
494+ syncOperationMessage :
495+ type : string
487496 required :
488497 - health
498+ - healthMessage
489499 - sync
490500 type : object
491501 phase :
@@ -558,14 +568,19 @@ spec:
558568 health :
559569 description : Represents resource health status
560570 type : string
571+ healthMessage :
572+ type : string
561573 sync :
562574 description : SyncStatusCode is a type which represents
563575 possible comparison results
564576 type : string
565577 syncOperation :
566578 type : string
579+ syncOperationMessage :
580+ type : string
567581 required :
568582 - health
583+ - healthMessage
569584 - sync
570585 type : object
571586 commitSha :
Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ gitops-operator:
726726 # -- defaults
727727 registry : quay.io
728728 repository : codefresh/codefresh-gitops-operator
729- tag : b564653
729+ tag : 3ac2676
730730 env :
731731 GITOPS_OPERATOR_VERSION : 0.11.1
732732 serviceAccount :
You can’t perform that action at this time.
0 commit comments