"lib/bindings/python/vscode:/vscode.git/clone" did not exist on "a337113aa984a882886bef7e407e0956bdec5174"
Unverified Commit ac7e8882 authored by Neal Vaidya's avatar Neal Vaidya Committed by GitHub
Browse files

docs: fix helm chart urls (#2033)


Signed-off-by: default avatarNeal Vaidya <nealv@nvidia.com>
parent d4b5414a
...@@ -31,10 +31,10 @@ helm repo add nvidia https://helm.ngc.nvidia.com/nvidia --username='$oauthtoken' ...@@ -31,10 +31,10 @@ helm repo add nvidia https://helm.ngc.nvidia.com/nvidia --username='$oauthtoken'
```bash ```bash
# Fetch the CRDs helm chart # Fetch the CRDs helm chart
helm fetch https://helm.ngc.nvidia.com/nvidia/charts/dynamo-crds-v${RELEASE_VERSION}.tgz helm fetch https://helm.ngc.nvidia.com/nvidia/ai-dynamo/charts/dynamo-crds-${RELEASE_VERSION}.tgz
# Fetch the platform helm chart # Fetch the platform helm chart
helm fetch https://helm.ngc.nvidia.com/nvidia/charts/dynamo-platform-v${RELEASE_VERSION}.tgz helm fetch https://helm.ngc.nvidia.com/nvidia/ai-dynamo/charts/dynamo-platform-${RELEASE_VERSION}.tgz
``` ```
### Install Dynamo Cloud ### Install Dynamo Cloud
...@@ -42,7 +42,7 @@ helm fetch https://helm.ngc.nvidia.com/nvidia/charts/dynamo-platform-v${RELEASE_ ...@@ -42,7 +42,7 @@ helm fetch https://helm.ngc.nvidia.com/nvidia/charts/dynamo-platform-v${RELEASE_
**Step 1: Install Custom Resource Definitions (CRDs)** **Step 1: Install Custom Resource Definitions (CRDs)**
```bash ```bash
helm install dynamo-crds dynamo-crds-v${RELEASE_VERSION}.tgz \ helm install dynamo-crds dynamo-crds-${RELEASE_VERSION}.tgz \
--namespace default \ --namespace default \
--wait \ --wait \
--atomic --atomic
...@@ -53,7 +53,7 @@ helm install dynamo-crds dynamo-crds-v${RELEASE_VERSION}.tgz \ ...@@ -53,7 +53,7 @@ helm install dynamo-crds dynamo-crds-v${RELEASE_VERSION}.tgz \
```bash ```bash
kubectl create namespace ${NAMESPACE} kubectl create namespace ${NAMESPACE}
helm install dynamo-platform dynamo-platform-v${RELEASE_VERSION}.tgz --namespace ${NAMESPACE} helm install dynamo-platform dynamo-platform-${RELEASE_VERSION}.tgz --namespace ${NAMESPACE}
``` ```
## 2. Installing Dynamo Cloud from Source ## 2. Installing Dynamo Cloud from Source
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment