diff --git a/website/content/en/docs/deployment/prerequisites.md b/website/content/en/docs/deployment/prerequisites.md index ff0f21f6fd..0d693b2099 100644 --- a/website/content/en/docs/deployment/prerequisites.md +++ b/website/content/en/docs/deployment/prerequisites.md @@ -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