File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
templates/_components/gitops-operator/crds Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 7777 properties :
7878 getPromotionValues :
7979 properties :
80+ commitAuthorId :
81+ properties :
82+ email :
83+ type : string
84+ username :
85+ type : string
86+ required :
87+ - email
88+ - username
89+ type : object
8090 commitSha :
8191 maxLength : 40
8292 minLength : 7
@@ -155,7 +165,6 @@ spec:
155165 minLength : 1
156166 type : string
157167 value :
158- minLength : 1
159168 type : string
160169 required :
161170 - path
@@ -212,7 +221,6 @@ spec:
212221 minLength : 1
213222 type : string
214223 value :
215- minLength : 1
216224 type : string
217225 required :
218226 - path
@@ -395,6 +403,8 @@ spec:
395403 type : string
396404 getPromotionValues :
397405 properties :
406+ commitAuthorAvatarUrl :
407+ type : string
398408 phase :
399409 description : GetPromotionValuesStatusPhase
400410 enum :
@@ -416,7 +426,6 @@ spec:
416426 minLength : 1
417427 type : string
418428 value :
419- minLength : 1
420429 type : string
421430 required :
422431 - path
Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ global:
103103 # tokenSecretKeyRef:
104104 # name: argocd-token
105105 # key: token
106-
107106 # -- Configuration for external ArgoCD
108107 # Should be used when `argo-cd.enabled` is set to false
109108 external-argo-cd :
@@ -127,7 +126,6 @@ global:
127126 svc : argocd-repo-server
128127 # -- Port of the ArgoCD repo server
129128 port : 8081
130-
131129 # -- Configuration for external Argo Rollouts
132130 external-argo-rollouts :
133131 # -- Rollout reporter settings
@@ -639,7 +637,7 @@ gitops-operator:
639637 # -- defaults
640638 registry : quay.io
641639 repository : codefresh/codefresh-gitops-operator
642- tag : 8bd2a64
640+ tag : a1316ff
643641 env :
644642 GITOPS_OPERATOR_VERSION : 0.11.1
645643 serviceAccount :
You can’t perform that action at this time.
0 commit comments