Skip to content

Commit cf6cda0

Browse files
authored
feat: added OCP 4.19 support to the quickstart variation and made it the default version (#73)
1 parent b9ad3dc commit cf6cda0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ibm_catalog.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@
620620
"required": true,
621621
"virtual": true,
622622
"type": "string",
623-
"default_value": "4.18",
623+
"default_value": "4.19",
624624
"description": "Version of the OpenShift cluster to provision.",
625625
"options": [
626626
{
@@ -630,6 +630,10 @@
630630
{
631631
"displayname": "4.18",
632632
"value": "4.18"
633+
},
634+
{
635+
"displayname": "4.19",
636+
"value": "4.19"
633637
}
634638
]
635639
},

0 commit comments

Comments
 (0)