Skip to content

Commit 6ee81d9

Browse files
author
Natalia Jordan
committed
updating release versions to 4.19
Signed-off-by: Natalia Jordan <[email protected]>
1 parent eb757ea commit 6ee81d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/troubleShooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ variable "rhcos_image_name" {
178178
}
179179
```
180180
Option 3 — Export Versions Before Running
181-
export RELEASE_VER=4.9
181+
export RELEASE_VER=4.19
182182

183183
Ensure RHEL and RHCOS versions are aligned and available.

openshift-install-powervs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ EOF
6060
exit 0
6161
}
6262

63-
RELEASE_VER=${RELEASE_VER:-"4.15"}
63+
RELEASE_VER=${RELEASE_VER:-"4.19"}
6464
ARTIFACTS_REPO=${ARTIFACTS_REPO:-"https://github.com/ocp-power-automation/ocp4-upi-powervs"}
6565
ARTIFACTS_VERSION=${ARTIFACTS_VERSION:-"main"}
6666
#ARTIFACTS_VERSION=${ARTIFACTS_VERSION:-"release-$RELEASE_VER"}

0 commit comments

Comments
 (0)