Skip to content

Commit 16a939b

Browse files
Vipin KumarVipin Kumar
authored andcommitted
ocp version changed to 4.17 in DA
1 parent 5fcc704 commit 16a939b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/custom_sg/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variable "resource_tags" {
3737
variable "ocp_version" {
3838
type = string
3939
description = "Version of the OCP cluster to provision"
40-
default = "4.18"
40+
default = "4.17"
4141
}
4242

4343
variable "access_tags" {

solutions/fully-configurable/variables.tf

Lines changed: 2 additions & 2 deletions
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 OCP cluster to provision."
73-
default = "4.18"
73+
default = "4.17"
7474
}
7575

7676
variable "ocp_entitlement" {
@@ -181,7 +181,7 @@ variable "default_worker_pool_workers_per_zone" {
181181
variable "default_worker_pool_operating_system" {
182182
type = string
183183
description = "The operating system installed on the worker nodes. [Learn more](https://cloud.ibm.com/docs/openshift?topic=openshift-vpc-flavors)"
184-
default = "RHCOS"
184+
default = "RHEL_9_64"
185185
}
186186

187187
variable "default_worker_pool_labels" {

0 commit comments

Comments
 (0)