Skip to content

Commit fbddafc

Browse files
committed
update crd
1 parent 28ff7c4 commit fbddafc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

charts/gitops-runtime/templates/_components/gitops-operator/crds/promotiontasks.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ spec:
137137
type: object
138138
promoteAppWithCommit:
139139
properties:
140+
commitDescription:
141+
type: string
142+
commitMessage:
143+
type: string
140144
promotionValues:
141145
items:
142146
properties:
@@ -182,11 +186,19 @@ spec:
182186
- namespace
183187
type: object
184188
required:
189+
- commitDescription
190+
- commitMessage
185191
- promotionValues
186192
- targetApplication
187193
type: object
188194
promoteAppWithPR:
189195
properties:
196+
prBranchName:
197+
type: string
198+
prDescription:
199+
type: string
200+
prTitle:
201+
type: string
190202
promotionValues:
191203
items:
192204
properties:
@@ -232,6 +244,9 @@ spec:
232244
- namespace
233245
type: object
234246
required:
247+
- prBranchName
248+
- prDescription
249+
- prTitle
235250
- promotionValues
236251
- targetApplication
237252
type: object

0 commit comments

Comments
 (0)