File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
templates/_components/gitops-operator/crds Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,13 @@ spec:
258258 additionalProperties :
259259 type : string
260260 type : object
261+ stage :
262+ type : string
263+ uid :
264+ maxLength : 36
265+ minLength : 36
266+ pattern : ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
267+ type : string
261268 workflowTemplateName :
262269 maxLength : 253
263270 minLength : 1
@@ -526,9 +533,12 @@ spec:
526533 description : NodePhase is a label for the condition
527534 of a node at the current time.
528535 type : string
536+ templateName :
537+ type : string
529538 required :
530539 - name
531540 - phase
541+ - templateName
532542 type : object
533543 type : array
534544 phase :
Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ gitops-operator:
730730 # -- defaults
731731 registry : quay.io
732732 repository : codefresh/codefresh-gitops-operator
733- tag : 3ac2676
733+ tag : 8bd2a64
734734 env :
735735 GITOPS_OPERATOR_VERSION : 0.11.1
736736 serviceAccount :
You can’t perform that action at this time.
0 commit comments