Skip to content

Commit e66d97c

Browse files
committed
update v1alpha2 to map to latest schema
Signed-off-by: Stephanie <yangcao@redhat.com>
1 parent 7043f8d commit e66d97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/devfile/parser/data/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ func init() {
4444
devfileApiVersionToJSONSchema[APISchemaVersion210] = v210.JsonSchema210
4545
devfileApiVersionToJSONSchema[APISchemaVersion220] = v220.JsonSchema220
4646
// should use hightest v2 schema version since it is expected to be backward compatible with the same api version
47-
devfileApiVersionToJSONSchema[APIVersionAlpha2] = v210.JsonSchema210
47+
devfileApiVersionToJSONSchema[APIVersionAlpha2] = v220.JsonSchema220
4848
}

0 commit comments

Comments
 (0)