We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7043f8d commit e66d97cCopy full SHA for e66d97c
1 file changed
pkg/devfile/parser/data/versions.go
@@ -44,5 +44,5 @@ func init() {
44
devfileApiVersionToJSONSchema[APISchemaVersion210] = v210.JsonSchema210
45
devfileApiVersionToJSONSchema[APISchemaVersion220] = v220.JsonSchema220
46
// should use hightest v2 schema version since it is expected to be backward compatible with the same api version
47
- devfileApiVersionToJSONSchema[APIVersionAlpha2] = v210.JsonSchema210
+ devfileApiVersionToJSONSchema[APIVersionAlpha2] = v220.JsonSchema220
48
}
0 commit comments