diff --git a/modules/administration-guide/examples/snip_che-deploy-open-vsx-using-oc.adoc b/modules/administration-guide/examples/snip_che-deploy-open-vsx-using-oc.adoc index 1d39819be0..f261b8ac59 100644 --- a/modules/administration-guide/examples/snip_che-deploy-open-vsx-using-oc.adoc +++ b/modules/administration-guide/examples/snip_che-deploy-open-vsx-using-oc.adoc @@ -24,7 +24,8 @@ Get Open VSX sources and navigate to the OpenShift deploy directory: [bash,subs="verbatim",options="nowrap"] ---- git clone https://github.com/eclipse/openvsx.git && -cd openvsx/deploy/openshift +cd openvsx/deploy/openshift && +git checkout v0.32.3 ---- . Prepare Open VSX server image. @@ -36,7 +37,7 @@ The next step is to build and publish the Open VSX server image. To do this, run export REGISTRY=quay.io && export NAMESPACE=myuser && export OPENVSX_SERVER_IMAGE_NAME=openvsx-server && -export OPENVSX_VERSION=v0.27.0 && +export OPENVSX_VERSION=v0.32.3 && export OPENVSX_SERVER_IMAGE=${REGISTRY}/${NAMESPACE}/${OPENVSX_SERVER_IMAGE_NAME}:${OPENVSX_VERSION} && podman build -t "${OPENVSX_SERVER_IMAGE}" --build-arg "OPENVSX_VERSION=${OPENVSX_VERSION}" -f openvsx.Dockerfile . && podman login "${REGISTRY}" && diff --git a/modules/administration-guide/pages/running-the-open-vsx-on-premises.adoc b/modules/administration-guide/pages/running-the-open-vsx-on-premises.adoc index 7a49c41373..eb3adfd99e 100644 --- a/modules/administration-guide/pages/running-the-open-vsx-on-premises.adoc +++ b/modules/administration-guide/pages/running-the-open-vsx-on-premises.adoc @@ -19,7 +19,7 @@ Follow the instructions below to deploy and configure an on-premises Eclipse Ope . Start a workspace using the Open VSX repository. + -Create a workspace by using the following link:https://github.com/eclipse/openvsx[Eclipse Open VSX repository]. +Create a workspace by using the following link:https://github.com/eclipse-openvsx/openvsx/tree/v0.32.3[Eclipse Open VSX repository]. + [WARNING] ====