Skip to content

Commit 9fb3549

Browse files
authored
fix: Update default OCP version to 4.18 in the DAs (#768)
1 parent c131db2 commit 9fb3549

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@
198198
},
199199
{
200200
"key": "ocp_version",
201-
"display_name": "openshift_version",
202201
"required": true,
202+
"default_value": "4.18",
203203
"options": [
204204
{
205205
"displayname": "4.18",
@@ -1150,7 +1150,7 @@
11501150
},
11511151
{
11521152
"key": "ocp_version",
1153-
"default_value": "4.17",
1153+
"default_value": "4.18",
11541154
"required": true,
11551155
"options": [
11561156
{

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ variable "cluster_name" {
7070
variable "ocp_version" {
7171
type = string
7272
description = "Version of the OpenShift cluster to provision."
73-
default = "4.17"
73+
default = null
7474
}
7575

7676
variable "ocp_entitlement" {

0 commit comments

Comments
 (0)