From cefbf1f497abee36fe72af290d2f89bc736b4a08 Mon Sep 17 00:00:00 2001 From: Eric Debeau <43334934+debeaueric@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:36:20 +0100 Subject: [PATCH] Correct version to v4.0.0 --- .../guides/install-guides/common-dependencies.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/guides/install-guides/common-dependencies.md b/content/en/docs/guides/install-guides/common-dependencies.md index 594a4924..d79d141c 100644 --- a/content/en/docs/guides/install-guides/common-dependencies.md +++ b/content/en/docs/guides/install-guides/common-dependencies.md @@ -12,7 +12,7 @@ installation, the CRDs that come along with them are necessary. {{% alert title="Note" color="primary" %}} -If you want to use a version other than that of v3.0.0 of Nephio *catalog* repository, then replace the *@origin/v3.0.0* +If you want to use a version other than that of v4.0.0 of Nephio *catalog* repository, then replace the *@origin/v4.0.0* suffix on the package URLs on the `kpt pkg get` commands below with the tag/branch of the version you wish to use. While using KPT you can [either pull a branch or a tag](https://kpt.dev/book/03-packages/01-getting-a-package) from a @@ -20,9 +20,9 @@ git repository. By default it pulls the tag. In case, you have branch with the s ```bash #pull a branch -kpt pkg get --for-deployment @origin/v3.0.0 +kpt pkg get --for-deployment @origin/v4.0.0 #pull a tag -kpt pkg get --for-deployment @v3.0.0 +kpt pkg get --for-deployment @v4.0.0 ``` {{% /alert %}} @@ -33,7 +33,7 @@ This component is a controller for applying configuration to routers and switches. ```bash -kpt pkg get --for-deployment https://github.com/nephio-project/catalog.git/nephio/optional/network-config@origin/v3.0.0 +kpt pkg get --for-deployment https://github.com/nephio-project/catalog.git/nephio/optional/network-config@origin/v4.0.0 kpt fn render network-config kpt live init network-config kpt live apply network-config --reconcile-timeout=15m --output=table @@ -44,7 +44,7 @@ kpt live apply network-config --reconcile-timeout=15m --output=table The resource backend provides IP and VLAN allocation. ```bash -kpt pkg get --for-deployment https://github.com/nephio-project/catalog.git/nephio/optional/resource-backend@origin/v3.0.0 +kpt pkg get --for-deployment https://github.com/nephio-project/catalog.git/nephio/optional/resource-backend@origin/v4.0.0 kpt fn render resource-backend kpt live init resource-backend kpt live apply resource-backend --reconcile-timeout=15m --output=table @@ -57,7 +57,7 @@ which are getting deployed or are already deployed on the cluster. Either you ca then you can follow below steps: ```bash -kpt pkg get --for-deployment https://github.com/nephio-project/catalog.git/distros/sandbox/gitea@origin/v3.0.0 +kpt pkg get --for-deployment https://github.com/nephio-project/catalog.git/distros/sandbox/gitea@origin/v4.0.0 kpt fn render gitea kpt live init gitea kpt live apply gitea --reconcile-timeout 15m --output=table