We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d4c30 commit 4c84ce1Copy full SHA for 4c84ce1
1 file changed
operatorcert/schemas/ci-schema.json
@@ -2,7 +2,7 @@
2
"title": "ci.yaml validation schema",
3
"description": "json schema validating the ci.yaml",
4
"type": "object",
5
- "additionaProperties": true,
+ "additionalProperties": true,
6
"properties": {
7
"updateGraph": {
8
"description": "Name of the update strategy for the operator",
@@ -37,6 +37,15 @@
37
"description": "Flag that determines whether the operator uses FBC delivery method",
38
"type": "boolean"
39
},
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
+ },
49
"catalog_mapping": {
50
"description": "Catalog Mapping according to provided templates types",
51
"type": "array",
0 commit comments