Skip to content

Commit

Permalink
upgrade openshift version to 4.15.17
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Jun 26, 2024
1 parent 5869ca6 commit b3b9228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rosa-hcp/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variable "openshift_version" {
type = string
description = "The version of ROSA to be deployed"
# renovate: datasource=endoflife-date depName=red-hat-openshift versioning=semver
default = "4.15.18"
default = "4.15.17"
validation {
condition = can(regex("^[0-9]*[0-9]+.[0-9]*[0-9]+.[0-9]*[0-9]+$", var.openshift_version))
error_message = "openshift_version must be with structure <major>.<minor>.<patch> (for example 4.13.6)."
Expand Down

0 comments on commit b3b9228

Please sign in to comment.