OKD / OCP 4.14

Signed-off-by: Arthur <arthur@arthurvardevanyan.com>
This commit is contained in:
Arthur 2023-10-31 09:16:03 -04:00 committed by David Ko
parent 548aa65973
commit 097791a380
2 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ Main changes and tasks for OCP are:
- 4.13.0-0.okd-2023-05-03-001308 - 4.13.0-0.okd-2023-08-18-135805:
- Tested, No Known Issues
- 4.14 / 1.27:
- 4.14.0-0.okd-2023-08-12-022330 - 4.14.0-0.okd-2023-08-12-022330:
- 4.14.0-0.okd-2023-08-12-022330 - 4.14.0-0.okd-2023-10-28-073550:
- Tested, No Known Issues
## Preparing Nodes (Optional)
@ -145,7 +145,7 @@ Minimum Adjustments Required
openshift:
oauthProxy:
repository: quay.io/openshift/origin-oauth-proxy
tag: 4.13 # Use Your OCP/OKD 4.X Version, Current Stable is 4.13
tag: 4.14 # Use Your OCP/OKD 4.X Version, Current Stable is 4.14
# defaultSettings: # Preparing nodes (Optional)
# createDefaultDiskLabeledNodes: true

View File

@ -101,8 +101,8 @@ image:
oauthProxy:
# -- For openshift user. Specify oauth proxy image repository
repository: quay.io/openshift/origin-oauth-proxy
# -- For openshift user. Specify oauth proxy image tag. Note: Use your OCP/OKD 4.X Version, Current Stable is 4.13
tag: 4.13
# -- For openshift user. Specify oauth proxy image tag. Note: Use your OCP/OKD 4.X Version, Current Stable is 4.14
tag: 4.14
# -- Image pull policy which applies to all user deployed Longhorn Components. e.g, Longhorn manager, Longhorn driver, Longhorn UI
pullPolicy: IfNotPresent