We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7afea67 commit ea9e92bCopy full SHA for ea9e92b
docs/troubleShooting.md
@@ -178,6 +178,6 @@ variable "rhcos_image_name" {
178
}
179
```
180
Option 3 — Export Versions Before Running
181
-export RELEASE_VER=4.9
+export RELEASE_VER=4.19
182
183
Ensure RHEL and RHCOS versions are aligned and available.
openshift-install-powervs
@@ -60,7 +60,7 @@ EOF
60
exit 0
61
62
63
-RELEASE_VER=${RELEASE_VER:-"4.15"}
+RELEASE_VER=${RELEASE_VER:-"4.19"}
64
ARTIFACTS_REPO=${ARTIFACTS_REPO:-"https://github.com/ocp-power-automation/ocp4-upi-powervs"}
65
ARTIFACTS_VERSION=${ARTIFACTS_VERSION:-"main"}
66
#ARTIFACTS_VERSION=${ARTIFACTS_VERSION:-"release-$RELEASE_VER"}
0 commit comments