Skip to content

Commit

Permalink
Upgrade to OpenShift 4.15.3 (#758)
Browse files Browse the repository at this point in the history
Remove duplicated default value from GH action

Closes #742

Signed-off-by: Ryan Emerson <[email protected]>
  • Loading branch information
ryanemerson authored Apr 3, 2024
1 parent 25a0c1f commit c7ca4a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rosa-cluster-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ on:
type: string

env:
OPENSHIFT_VERSION: 4.14.5
REGION: ${{ github.event.inputs.region || vars.AWS_DEFAULT_REGION }}

jobs:
Expand Down Expand Up @@ -70,7 +69,6 @@ jobs:
run: ./rosa_create_cluster.sh
working-directory: provision/aws
env:
VERSION: ${{ env.OPENSHIFT_VERSION }}
CLUSTER_NAME: ${{ inputs.clusterName || format('gh-{0}', github.repository_owner) }}
COMPUTE_MACHINE_TYPE: ${{ inputs.computeMachineType }}
REPLICAS: ${{ inputs.replicas }}
Expand Down
2 changes: 1 addition & 1 deletion provision/opentofu/modules/rosa/hcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ variable "extra_tags" {

variable "openshift_version" {
type = string
default = "4.14.5"
default = "4.15.3"
}

variable "instance_type" {
Expand Down

0 comments on commit c7ca4a1

Please sign in to comment.