From 1513643c0e647ed7efd38427df9e474950407375 Mon Sep 17 00:00:00 2001 From: manosnoam Date: Thu, 20 Jun 2024 15:11:13 +0300 Subject: [PATCH] Update references of docs.openshift.com to the latest OCP version Signed-off-by: manosnoam --- docs/dev-setup.md | 2 +- .../starburst-enterprise/starburstenterprise-app.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev-setup.md b/docs/dev-setup.md index eea4d051f8..947debb2f1 100644 --- a/docs/dev-setup.md +++ b/docs/dev-setup.md @@ -7,7 +7,7 @@ ODH requires the following to run: - [NodeJS and NPM](https://nodejs.org/) - Node recommended version -> `18.16.0` - NPM recommended version -> `9.6.7` -- [OpenShift CLI](https://docs.openshift.com/container-platform/4.12/cli_reference/openshift_cli/getting-started-cli.html) +- [OpenShift CLI](https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html) - [kustomize](https://github.com/kubernetes-sigs/kustomize) (if you need to do deployment) ### Additional tooling diff --git a/manifests/overlays/apps/apps-onprem/starburst-enterprise/starburstenterprise-app.yaml b/manifests/overlays/apps/apps-onprem/starburst-enterprise/starburstenterprise-app.yaml index b66bae1285..7aae61c2bb 100644 --- a/manifests/overlays/apps/apps-onprem/starburst-enterprise/starburstenterprise-app.yaml +++ b/manifests/overlays/apps/apps-onprem/starburst-enterprise/starburstenterprise-app.yaml @@ -30,7 +30,7 @@ spec: - Previously installed and configured Kubernetes, including access to **kubectl**. - An editor suitable for editing YAML files. - Your SEP (Starburst Enterprise) license file. - - The latest OpenShift Container Platform (OCP) client for your platform as described in the [OpenShift documentation](https://docs.openshift.com/container-platform/4.10/cli_reference/openshift_cli/getting-started-cli.html) and the **oc** executable copied into your path, usually **/usr/local/bin.** + - The latest OpenShift Container Platform (OCP) client for your platform as described in the [OpenShift documentation](https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html) and the **oc** executable copied into your path, usually **/usr/local/bin.** ## Installation