Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ac7e8882
Unverified
Commit
ac7e8882
authored
Jul 21, 2025
by
Neal Vaidya
Committed by
GitHub
Jul 21, 2025
Browse files
docs: fix helm chart urls (#2033)
Signed-off-by:
Neal Vaidya
<
nealv@nvidia.com
>
parent
d4b5414a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/guides/dynamo_deploy/quickstart.md
docs/guides/dynamo_deploy/quickstart.md
+4
-4
No files found.
docs/guides/dynamo_deploy/quickstart.md
View file @
ac7e8882
...
...
@@ -31,10 +31,10 @@ helm repo add nvidia https://helm.ngc.nvidia.com/nvidia --username='$oauthtoken'
```
bash
# 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
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
...
...
@@ -42,7 +42,7 @@ helm fetch https://helm.ngc.nvidia.com/nvidia/charts/dynamo-platform-v${RELEASE_
**Step 1: Install Custom Resource Definitions (CRDs)**
```
bash
helm
install
dynamo-crds dynamo-crds-
v
${
RELEASE_VERSION
}
.tgz
\
helm
install
dynamo-crds dynamo-crds-
${
RELEASE_VERSION
}
.tgz
\
--namespace
default
\
--wait
\
--atomic
...
...
@@ -53,7 +53,7 @@ helm install dynamo-crds dynamo-crds-v${RELEASE_VERSION}.tgz \
```
bash
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment