File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/guides/dynamo_deploy Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,18 @@ helm repo add nvidia https://helm.ngc.nvidia.com/nvidia --username='$oauthtoken'
3131
3232``` bash
3333# Fetch the CRDs helm chart
34- helm fetch https://helm.ngc.nvidia.com/nvidia/charts/dynamo-crds-v ${RELEASE_VERSION} .tgz
34+ helm fetch https://helm.ngc.nvidia.com/nvidia/ai-dynamo/ charts/dynamo-crds-${RELEASE_VERSION} .tgz
3535
3636# Fetch the platform helm chart
37- helm fetch https://helm.ngc.nvidia.com/nvidia/charts/dynamo-platform-v ${RELEASE_VERSION} .tgz
37+ helm fetch https://helm.ngc.nvidia.com/nvidia/ai-dynamo/ charts/dynamo-platform-${RELEASE_VERSION} .tgz
3838```
3939
4040### Install Dynamo Cloud
4141
4242** Step 1: Install Custom Resource Definitions (CRDs)**
4343
4444``` bash
45- helm install dynamo-crds dynamo-crds-v ${RELEASE_VERSION} .tgz \
45+ helm install dynamo-crds dynamo-crds-${RELEASE_VERSION} .tgz \
4646 --namespace default \
4747 --wait \
4848 --atomic
@@ -53,7 +53,7 @@ helm install dynamo-crds dynamo-crds-v${RELEASE_VERSION}.tgz \
5353``` bash
5454kubectl create namespace ${NAMESPACE}
5555
56- helm install dynamo-platform dynamo-platform-v ${RELEASE_VERSION} .tgz --namespace ${NAMESPACE}
56+ helm install dynamo-platform dynamo-platform-${RELEASE_VERSION} .tgz --namespace ${NAMESPACE}
5757```
5858
5959## 2. Installing Dynamo Cloud from Source
You can’t perform that action at this time.
0 commit comments