Skip to content

Commit

Permalink
updated default ocp version from 4.8 ➞ 4.10; added .vscode to .gitign…
Browse files Browse the repository at this point in the history
…ore (#28)

Signed-off-by: Ashu Tiwary <[email protected]>
  • Loading branch information
ashuatibm authored May 11, 2023
1 parent 93349f5 commit 5c28a1a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ workspace-*/*
credentials.properties

.history/*
.DS_Store
.DS_Store

.vscode
2 changes: 1 addition & 1 deletion 130-ibm-fs-management-vpc-openshift/bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ spec:
- name: worker_count
alias: mgmt_worker_count
- name: ocp_version
value: 4.8
value: 4.10
dependencies:
- name: subnets
ref: worker-subnets
Expand Down
2 changes: 1 addition & 1 deletion 130-ibm-fs-management-vpc-openshift/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ variable "cluster_flavor" {
variable "ocp_version" {
type = string
description = "The version of the OpenShift cluster that should be provisioned (format 4.x)"
default = "4.8"
default = "4.10"
}
variable "cluster_exists" {
type = bool
Expand Down
2 changes: 1 addition & 1 deletion 150-ibm-fs-workload-vpc-openshift/bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
- name: worker_count
alias: workload_worker_count
- name: ocp_version
value: 4.8
value: 4.10
dependencies:
- name: subnets
ref: worker-subnets
Expand Down
2 changes: 1 addition & 1 deletion 150-ibm-fs-workload-vpc-openshift/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ variable "cluster_flavor" {
variable "ocp_version" {
type = string
description = "The version of the OpenShift cluster that should be provisioned (format 4.x)"
default = "4.8"
default = "4.10"
}
variable "cluster_exists" {
type = bool
Expand Down

0 comments on commit 5c28a1a

Please sign in to comment.