Skip to content

Commit

Permalink
update release version for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
surajkota committed Sep 17, 2022
1 parent 445d8ce commit dd5027a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/en/docs/deployment/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Clone the [`awslabs/kubeflow-manifests`](https://github.com/awslabs/kubeflow-man
Substitute the value for `KUBEFLOW_RELEASE_VERSION`(e.g. v1.5.1) and `AWS_RELEASE_VERSION`(e.g. v1.5.1-aws-b1.0.1) with the tag or branch you want to use below. Read more about [releases and versioning]({{< ref "/docs/about/releases.md" >}}) if you are unsure about what these values should be.
```bash
export KUBEFLOW_RELEASE_VERSION=v1.5.1
export AWS_RELEASE_VERSION=v1.5.1-aws-b1.0.1
export AWS_RELEASE_VERSION=v1.5.1-aws-b1.0.2
git clone https://github.com/awslabs/kubeflow-manifests.git && cd kubeflow-manifests
git checkout ${AWS_RELEASE_VERSION}
git clone --branch ${KUBEFLOW_RELEASE_VERSION} https://github.com/kubeflow/manifests.git upstream
Expand Down

0 comments on commit dd5027a

Please sign in to comment.