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:
258
258
additionalProperties :
259
259
type : string
260
260
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
261
268
workflowTemplateName :
262
269
maxLength : 253
263
270
minLength : 1
@@ -526,9 +533,12 @@ spec:
526
533
description : NodePhase is a label for the condition
527
534
of a node at the current time.
528
535
type : string
536
+ templateName :
537
+ type : string
529
538
required :
530
539
- name
531
540
- phase
541
+ - templateName
532
542
type : object
533
543
type : array
534
544
phase :
Original file line number Diff line number Diff line change @@ -730,7 +730,7 @@ gitops-operator:
730
730
# -- defaults
731
731
registry : quay.io
732
732
repository : codefresh/codefresh-gitops-operator
733
- tag : 3ac2676
733
+ tag : 8bd2a64
734
734
env :
735
735
GITOPS_OPERATOR_VERSION : 0.11.1
736
736
serviceAccount :
You can’t perform that action at this time.
0 commit comments