File tree Expand file tree Collapse file tree 2 files changed +28
-14
lines changed
templates/_components/gitops-operator/crds Expand file tree Collapse file tree 2 files changed +28
-14
lines changed Original file line number Diff line number Diff line change @@ -385,19 +385,27 @@ spec:
385385 type : string
386386 failure :
387387 properties :
388- code :
389- type : string
390- message :
391- type : string
392- stepIndex :
393- type : integer
394- while :
388+ error :
389+ properties :
390+ code :
391+ type : string
392+ message :
393+ type : string
394+ stepIndex :
395+ type : integer
396+ while :
397+ type : string
398+ required :
399+ - code
400+ - message
401+ - stepIndex
402+ - while
403+ type : object
404+ timestamp :
405+ format : date-time
395406 type : string
396407 required :
397- - code
398- - message
399- - stepIndex
400- - while
408+ - error
401409 type : object
402410 observedGeneration :
403411 format : int64
@@ -670,9 +678,15 @@ spec:
670678 - stepIndex
671679 - while
672680 type : object
681+ timestamps :
682+ items :
683+ format : date-time
684+ type : string
685+ type : array
673686 required :
674687 - count
675688 - error
689+ - timestamps
676690 type : object
677691 type : array
678692 required :
Original file line number Diff line number Diff line change @@ -470,14 +470,14 @@ app-proxy:
470470 tag : 1.1.17-main
471471 image :
472472 repository : quay.io/codefresh/cap-app-proxy
473- tag : 1.3806 .0
473+ tag : 1.3816 .0
474474 pullPolicy : IfNotPresent
475475 # -- Extra volume mounts for main container
476476 extraVolumeMounts : []
477477 initContainer :
478478 image :
479479 repository : quay.io/codefresh/cap-app-proxy-init
480- tag : 1.3806 .0
480+ tag : 1.3816 .0
481481 pullPolicy : IfNotPresent
482482 command :
483483 - ./init.sh
@@ -634,7 +634,7 @@ gitops-operator:
634634 # -- defaults
635635 registry : quay.io
636636 repository : codefresh/codefresh-gitops-operator
637- tag : 4d0942a
637+ tag : " 6881890 "
638638 env :
639639 GITOPS_OPERATOR_VERSION : 0.11.1
640640 serviceAccount :
You can’t perform that action at this time.
0 commit comments