File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
templates/_components/gitops-operator/crds Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ spec:
522522 commitSha :
523523 maxLength : 40
524524 minLength : 7
525- pattern : (^[A-Fa-f0-9]+$|^<any-commit >$)
525+ pattern : (^[A-Fa-f0-9]+$|^<no-changes >$)
526526 type : string
527527 type : object
528528 phase :
@@ -580,7 +580,7 @@ spec:
580580 commitSha :
581581 maxLength : 40
582582 minLength : 7
583- pattern : (^[A-Fa-f0-9]+$|^<any-commit >$)
583+ pattern : (^[A-Fa-f0-9]+$|^<no-changes >$)
584584 type : string
585585 type : object
586586 phase :
Original file line number Diff line number Diff line change @@ -636,7 +636,7 @@ gitops-operator:
636636 # -- defaults
637637 registry : quay.io
638638 repository : codefresh/codefresh-gitops-operator
639- tag : " f555185 "
639+ tag : " 32dce59 "
640640 env :
641641 GITOPS_OPERATOR_VERSION : 0.11.1
642642 serviceAccount :
You can’t perform that action at this time.
0 commit comments