File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
templates/_components/gitops-operator/crds Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55# any change to the chart should go through devops
66/charts /gitops-runtime /templates @ codefresh-io/DevOps
77/charts /gitops-runtime /tests @ codefresh-io/DevOps
8+
9+ # gitops operator crd changes can be approved by some other people
10+ /charts /gitops-runtime /templates /_components /gitops-operator /crds @ codefresh-io/DevOps @ dmaizel @ eti-codefresh @ chen-keinan @ scme0
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 @@ -610,7 +610,7 @@ gitops-operator:
610610 # -- defaults
611611 registry : quay.io
612612 repository : codefresh/codefresh-gitops-operator
613- tag : " 2784cd5 "
613+ tag : " 32dce59 "
614614 env :
615615 GITOPS_OPERATOR_VERSION : 0.11.1
616616 serviceAccount :
You can’t perform that action at this time.
0 commit comments