File tree Expand file tree Collapse file tree 2 files changed +24
-12
lines changed
templates/_components/gitops-operator/crds Expand file tree Collapse file tree 2 files changed +24
-12
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ spec:
137
137
type : object
138
138
promoteAppWithCommit :
139
139
properties :
140
+ commitDescription :
141
+ type : string
142
+ commitMessage :
143
+ type : string
140
144
promotionValues :
141
145
items :
142
146
properties :
@@ -147,15 +151,14 @@ spec:
147
151
properties :
148
152
items :
149
153
properties :
150
- jsonPath :
154
+ path :
151
155
minLength : 1
152
- pattern : ^\$[.\[\]'"0-9a-zA-Z_*?@()]*$
153
156
type : string
154
157
value :
155
158
minLength : 1
156
159
type : string
157
160
required :
158
- - jsonPath
161
+ - path
159
162
- value
160
163
type : object
161
164
minItems : 1
@@ -182,11 +185,19 @@ spec:
182
185
- namespace
183
186
type : object
184
187
required :
188
+ - commitDescription
189
+ - commitMessage
185
190
- promotionValues
186
191
- targetApplication
187
192
type : object
188
193
promoteAppWithPR :
189
194
properties :
195
+ prBranchName :
196
+ type : string
197
+ prDescription :
198
+ type : string
199
+ prTitle :
200
+ type : string
190
201
promotionValues :
191
202
items :
192
203
properties :
@@ -197,15 +208,14 @@ spec:
197
208
properties :
198
209
items :
199
210
properties :
200
- jsonPath :
211
+ path :
201
212
minLength : 1
202
- pattern : ^\$[.\[\]'"0-9a-zA-Z_*?@()]*$
203
213
type : string
204
214
value :
205
215
minLength : 1
206
216
type : string
207
217
required :
208
- - jsonPath
218
+ - path
209
219
- value
210
220
type : object
211
221
minItems : 1
@@ -232,6 +242,9 @@ spec:
232
242
- namespace
233
243
type : object
234
244
required :
245
+ - prBranchName
246
+ - prDescription
247
+ - prTitle
235
248
- promotionValues
236
249
- targetApplication
237
250
type : object
@@ -392,15 +405,14 @@ spec:
392
405
properties :
393
406
items :
394
407
properties :
395
- jsonPath :
408
+ path :
396
409
minLength : 1
397
- pattern : ^\$[.\[\]'"0-9a-zA-Z_*?@()]*$
398
410
type : string
399
411
value :
400
412
minLength : 1
401
413
type : string
402
414
required :
403
- - jsonPath
415
+ - path
404
416
- value
405
417
type : object
406
418
minItems : 1
@@ -446,7 +458,7 @@ spec:
446
458
commitSha :
447
459
maxLength : 40
448
460
minLength : 7
449
- pattern : ^[A-Fa-f0-9]+$
461
+ pattern : ( ^[A-Fa-f0-9]+$|^<any-commit>$)
450
462
type : string
451
463
phase :
452
464
description : PromoteAppWithCommitPhase
@@ -559,7 +571,7 @@ spec:
559
571
commitSha :
560
572
maxLength : 40
561
573
minLength : 7
562
- pattern : ^[A-Fa-f0-9]+$
574
+ pattern : ( ^[A-Fa-f0-9]+$|^<any-commit>$)
563
575
type : string
564
576
phase :
565
577
description : VerifyAppPhase
Original file line number Diff line number Diff line change @@ -726,7 +726,7 @@ gitops-operator:
726
726
# -- defaults
727
727
registry : quay.io
728
728
repository : codefresh/codefresh-gitops-operator
729
- tag : c409284
729
+ tag : 18fcd09
730
730
env :
731
731
GITOPS_OPERATOR_VERSION : 0.11.1
732
732
serviceAccount :
You can’t perform that action at this time.
0 commit comments