Skip to content

Commit 4c84ce1

Browse files
acornett21Allda
authored andcommitted
add missing fbc.version_promotion_strategy to ci-scheme
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent e5d4c30 commit 4c84ce1

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

operatorcert/schemas/ci-schema.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "ci.yaml validation schema",
33
"description": "json schema validating the ci.yaml",
44
"type": "object",
5-
"additionaProperties": true,
5+
"additionalProperties": true,
66
"properties": {
77
"updateGraph": {
88
"description": "Name of the update strategy for the operator",
@@ -37,6 +37,15 @@
3737
"description": "Flag that determines whether the operator uses FBC delivery method",
3838
"type": "boolean"
3939
},
40+
"version_promotion_strategy": {
41+
"description": "Strategy for promoting the operator into a next OCP version",
42+
"type": "string",
43+
"enum": [
44+
"review-needed",
45+
"always",
46+
"never"
47+
]
48+
},
4049
"catalog_mapping": {
4150
"description": "Catalog Mapping according to provided templates types",
4251
"type": "array",

0 commit comments

Comments
 (0)